DevDocs Web Ext
Find documents in devdocs.io with a popup window from a browser Extension!
What is DevDocs Web Ext?
DevDocs Web Ext is a Chrome extension developed by Arianrhod, and its main feature is "Find documents in devdocs.io with a popup window from a browser Extension!".
Extension Screenshots
Download DevDocs Web Ext Extension CRX File
Download DevDocs Web Ext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
DevDocs Web Ext is a browser extension that allows you to quickly search and browse online documentations from DevDocs (https://devdocs.io).
Extension Basic Information
Name | DevDocs Web Ext |
ID | kdjoccdpjblcefijcfhnjoljodddedpj |
Official URL | https://chromewebstore.google.com/detail/devdocs-web-ext/kdjoccdpjblcefijcfhnjoljodddedpj |
Description | Find documents in devdocs.io with a popup window from a browser Extension! |
File Size | 1.53 MB |
Installation Count | 1,205 |
Current Version | 0.5.5 |
Last Updated | 2024-01-24 |
Publish Date | 2019-07-14 |
Rating | 5.00/5 Total 15 Ratings |
Developer | Arianrhod |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/arianrhodsandlot/devdocs-web-ext |
Help Page URL | https://github.com/arianrhodsandlot/devdocs-web-ext |
Supported Languages | en,fr,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.5.5", "manifest_version": 3, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/arianrhodsandlot\/devdocs-web-ext", "icons": { "16": "icon-16.df7db61b.png", "128": "icon-128.0e497dfa.png" }, "default_locale": "en", "background": { "service_worker": "background.662a17f9.js" }, "action": { "default_icon": { "19": "icon-19.ac520b5f.png", "38": "icon-38.278cc3fd.png" }, "default_title": "DevDocs Web Ext", "default_popup": "popup.e1e65ba4.html" }, "options_ui": { "page": "options.25271cce.html" }, "permissions": [ "cookies", "activeTab", "storage" ], "host_permissions": [ "*:\/\/devdocs.io\/", "*:\/\/docs.devdocs.io\/", "*:\/\/documents.devdocs.io\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+S" }, "description": "Open the popup window" } } } |