Code References
Quickly find functions, elements, tags and methods of programming languages.
Code Referencesとは何ですか?
Code ReferencesはSep Devによって開発されたChromeの拡張機能で、その主な機能は「Quickly find functions, elements, tags and methods of programming languages.」です。
拡張機能のスクリーンショット
Code References拡張機能のCRXファイルをダウンロード
Code References拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to quickly find functions, elements, tags and methods of various programming languages in your browser. Now supported: HTML Reference; CSS Reference; JavaScript Reference; Python Reference; JQuery Reference; Java Reference; C++ Reference; Angular JS Reference; PHP Reference; XML Reference; Want more data added? Send the developer a message!
拡張機能の基本情報
名前 | |
ID | ghmkcmlnabaafkgdfolkmfjoflalelfd |
公式URL | https://chrome.google.com/webstore/detail/code-references/ghmkcmlnabaafkgdfolkmfjoflalelfd |
説明 | Quickly find functions, elements, tags and methods of programming languages. |
ファイルサイズ | 1.98 MB |
インストール数 | 867 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-03-24 |
公開日 | 2017-03-24 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Sep Dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code References", "description": "Quickly find functions, elements, tags and methods of programming languages.", "version": "1.0.1", "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "index.html" }, "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "permissions": [ "activeTab" ] } |