dan oak
2a93ff804a
native-messaging README: replace Python 2 doc link to Python 3
2024-04-20 18:33:42 +03:00
dan oak
06e230f720
native-messaging: fix not to fail on missing HKCU when HKLM is set
...
there was a bug when missing key in HKEY_CURRENT_USER would throw from `winreg.OpenKey` call
2024-04-20 18:33:06 +03:00
guest271314
ff1cd273e0
Substitute about:debugging#/runtime/this-firefox for about:debugging ( #488 )
...
* Substitute about:debugging#/runtime/this-firefox for about:debugging
Extensions are loaded at about:debugging#/runtime/this-firefox not about:debugging
* Drop Python 2 support. Fixes #489
* Update README.md
* Revert to ae1c2176ea
* Update native-messaging/README.md
Co-authored-by: rebloor <git@sherpa.co.nz >
---------
Co-authored-by: rebloor <git@sherpa.co.nz >
2023-06-15 14:47:36 +12:00
guest271314
c982b6b4af
Eliminate space counted as message length ( #510 )
2023-01-13 16:27:50 +01:00
rebloor
82217a05bc
Replace var with let in examples ( #484 )
...
* Replace var with let in examples
store-collected-images/webextension-plain/deps/uuidv4.js
* Reverted third–party code
2022-08-11 04:27:28 +12:00
Casey Waldren
ac32b7c5fd
Update documentation of native-messaging example
...
Instructs user to view console output via "Inspect" button on extensions page, since there was no output using the previous instructions.
Additionally, updates expected output.
2021-05-25 20:11:38 -07:00
e2e8
dad69e2366
Update manifest key applications to browser_specific_settings
2019-06-12 01:05:37 -04:00
Amie Chen
61ebdff411
update to correct link on network-messaging readme ( #334 )
...
* update to correct link on network-messaging readme
* update the mac osx manifest location as well
2018-01-17 11:54:13 -08:00
Andy McKay
6bdef335df
Check config on Windows ( #292 )
...
* add in a basic Windows config check script
* feedback from wbamberg
2017-11-01 13:38:50 -07:00
evolighting
ae1c2176ea
Fix native message examples with python3 ( #157 )
...
Provide a single .py that handles both Python 2.x and Python 3.x
* Fix python3
* Use one Python file to handle both Python 3.x and Python 2.x
* Actually add the new file this time
* Remove unnecessary parentheses
2017-04-27 13:22:07 -07:00
Andy McKay
31d069f38c
make python pep 8 compliant ( #159 )
2016-12-16 17:42:36 -06:00
Will Bamberg
9055c90932
Updated links to point to MDN, and added link to troubleshooting guide
2016-09-12 14:41:03 -07:00
Will Bamberg
b3679de930
Actually add README
2016-08-30 16:31:34 -07:00
Will Bamberg
6a25bf34c5
Try using a batch file to run Python.
2016-08-30 16:05:47 -07:00
Will Bamberg
f99fdd3a20
Updates to Windows version
2016-08-30 15:04:08 -07:00
Will Bamberg
e21835e0aa
Added Windows support (in theory)
2016-08-29 14:57:35 -07:00
Will Bamberg
31b3f1b3ee
Added native messaging example
2016-08-26 22:05:31 -07:00