Version 3.0.3.0 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://github.com/mozilla/webextension-polyfill | |
http://mozilla.org/MPL/2.0/. | https://github.com/mozilla/webextension-polyfill/issues/130 | |
http://www.w3.org/TR/xmlschema-2/#dateTime | https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType | |
http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries | http://www.w3.org/1998/Math/MathML | |
http://www.w3.org/2000/svg | http://www.w3.org/1999/xhtml | |
https://www.w3.org/TR/xhtml1/normative.html#strict | https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data- | |
https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible | http://www.w3.org/TR/xml/#d0e804 | |
https://github.com/sindresorhus/validate-element-name | https://stephanmahieu.github.io/fhc-home/ | |
https://stephanmahieu.github.io/fhc-home/ReleaseNotes/fhc-releasenotes/ | https://bugzilla.mozilla.org/show_bug.cgi?id=1271047 | |
https://github.com/stephanmahieu/JavaScript-autoComplete | https://github.com/Pixabay/JavaScript-autoComplete | |
http://www.opensource.org/licenses/mit-license.php | http://www.iport.it | |
https://github.com/markedjs/marked | https://tools.ietf.org/html/rfc3986#section-3 | |
https://marked.js.org/#/USING_ADVANCED.md#options | https://stackoverflow.com/a/5450113/806777 | |
https://github.com/markedjs/marked. | http://www.youtube.com/embed/ | |
http://local.import | http://www.eslinstructor.net/vkbeautify/ | |
https://datatables.net/download | https://datatables.net/download/#dt/dt-2.2.2/b-3.2.2/b-colvis-3.2.2/r-3.0.4/sl-3.0.0 | |
https://datatables.net/tn/ | https://datatables.net/tn/17 | |
http://datatables.net/license/mit | http://www.datatables.net | |
http://stackoverflow.com/questions/8898412 | https://jsperf.com/childnodes-array-slice-vs-loop | |
http://www.inkscape.org/ | http://purl.org/dc/elements/1.1/ | |
http://creativecommons.org/ns# | http://www.w3.org/1999/02/22-rdf-syntax-ns# | |
http://www.w3.org/1999/xlink | http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd | |
http://www.inkscape.org/namespaces/inkscape | http://purl.org/dc/dcmitype/StillImage | |
http://creativecommons.org/licenses/publicdomain/ | http://creativecommons.org/ns#Reproduction | |
http://creativecommons.org/ns#Distribution | http://creativecommons.org/ns#DerivativeWorks | |
http://creativecommons.org/publicdomain/zero/1.0/ |
{ "name": "__MSG_extensionName__", "icons": { "16": "theme/icons/fhc-16.png", "32": "theme/icons/fhc-32.png", "48": "theme/icons/fhc-48.png", "64": "theme/icons/fhc-64.png", "128": "theme/icons/fhc-128.png" }, "action": { "default_icon": "theme/icons/fhc-128.png", "default_popup": "popup/tableview/popup-small.html", "default_title": "__MSG_extensionName__" }, "author": "Stephan Mahieu", "version": "3.0.3.0", "commands": { "open_fhc": { "description": "Open the main FHC dialog", "suggested_key": { "default": "Alt+Shift+F" } }, "fill_often": { "description": "Fill fields with most often used entries", "suggested_key": { "default": "Alt+Shift+O" } }, "fill_recent": { "description": "Fill fields with most recent used entries", "suggested_key": { "default": "Alt+Shift+R" } }, "toggle_display_fields": { "description": "Show/hide formfields on the current page", "suggested_key": { "default": "Alt+Shift+D" } } }, "background": { "service_worker": "/background/chrome-service-worker.js" }, "options_ui": { "page": "popup/options/options.html", "open_in_tab": true }, "short_name": "FormHistCtrl", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extensionDescription__", "permissions": [ "contextMenus", "activeTab", "tabs", "storage", "alarms", "clipboardWrite" ], "default_locale": "en", "content_scripts": [ { "js": [ "common/browser-polyfill.min.js", "common/purify.js", "content/collectFormData.js", "content/showFormData.js", "content/auto-complete.js", "content/add-auto-complete.js" ], "css": [ "content/auto-complete.css" ], "run_at": "document_end", "matches": [ "*://*/*", "file:///*" ], "all_frames": true } ], "host_permissions": [ "*://*/*", "file:///*" ], "manifest_version": 3, "optional_permissions": [ "downloads" ] }