QuickMDN
This extension searches the highlighted keyword in Mozilla Developer Network.
QuickMDNとは何ですか?
QuickMDNはRaghav Rameshによって開発されたChromeの拡張機能で、その主な機能は「This extension searches the highlighted keyword in Mozilla Developer Network.」です。
QuickMDN拡張機能のCRXファイルをダウンロード
QuickMDN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
How to use? 1. Highlight the word you want to search in Mozilla Developer Network. 2. Right-click and click 'Search in MDN'. 3. Voila! You found your search result!
拡張機能の基本情報
名前 | |
ID | hnknnidekbnlnhjjhbailbnmfdhomfgk |
公式URL | https://chrome.google.com/webstore/detail/hnknnidekbnlnhjjhbailbnmfdhomfgk |
説明 | This extension searches the highlighted keyword in Mozilla Developer Network. |
ファイルサイズ | 17.91 KB |
インストール数 | 22 |
現在のバージョン | 0.1 |
最終更新日 | 2014-09-08 |
公開日 | 2014-09-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Raghav Ramesh |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickMDN", "description": "This extension searches the highlighted keyword in Mozilla Developer Network.", "version": "0.1", "permissions": [ "https:\/\/developer.mozilla.org\/en-US", "contextMenus" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "background": { "scripts": [ "pages\/main.js" ] } } |