DevDocs Web Ext
Find documents in devdocs.io with a popup window from a browser Extension!
DevDocs Web Extとは何ですか?
DevDocs Web ExtはArianrhodによって開発されたChromeの拡張機能で、その主な機能は「Find documents in devdocs.io with a popup window from a browser Extension!」です。
拡張機能のスクリーンショット
DevDocs Web Ext拡張機能のCRXファイルをダウンロード
DevDocs Web Ext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DevDocs Web Ext is a browser extension that allows you to quickly search and browse online documentations from DevDocs (https://devdocs.io).
拡張機能の基本情報
名前 | DevDocs Web Ext |
ID | kdjoccdpjblcefijcfhnjoljodddedpj |
公式URL | https://chromewebstore.google.com/detail/devdocs-web-ext/kdjoccdpjblcefijcfhnjoljodddedpj |
説明 | Find documents in devdocs.io with a popup window from a browser Extension! |
ファイルサイズ | 1.53 MB |
インストール数 | 1,205 |
現在のバージョン | 0.5.5 |
最終更新日 | 2024-01-24 |
公開日 | 2019-07-14 |
評価 | 5.00/5 合計 15 レビュー |
開発者 | Arianrhod |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/arianrhodsandlot/devdocs-web-ext |
ヘルプページのURL | https://github.com/arianrhodsandlot/devdocs-web-ext |
対応言語 | 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" } } } |