Chromium CodeSearch Theme
Displays chromium code search in a customized theme
Chromium CodeSearch Themeとは何ですか?
Chromium CodeSearch Themeはhttps://chaopeng.meによって開発されたChromeの拡張機能で、その主な機能は「Displays chromium code search in a customized theme」です。
拡張機能のスクリーンショット
Chromium CodeSearch Theme拡張機能のCRXファイルをダウンロード
Chromium CodeSearch Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fork of https://chrome.google.com/webstore/detail/chromium-codesearch-theme/mfknemlbeilclnbkfelgpldgnbnekeol Github: https://github.com/chaopeng/codesearch-theme
拡張機能の基本情報
名前 | |
ID | bncjaoffkbldggnfkakmnbgfpnikielm |
公式URL | https://chromewebstore.google.com/detail/chromium-codesearch-theme/bncjaoffkbldggnfkakmnbgfpnikielm |
説明 | Displays chromium code search in a customized theme |
ファイルサイズ | 51.27 KB |
インストール数 | 89 |
現在のバージョン | 0.2.9 |
最終更新日 | 2017-07-07 |
公開日 | 2017-07-06 |
開発者 | https://chaopeng.me |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/chaopeng/codesearch-theme |
ヘルプページのURL | https://github.com/chaopeng/codesearch-theme/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/cs.chromium.org\/*" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/generated.js", "js\/chromiumcs_content_script.js" ], "css": [ "css\/generated.css" ], "run_at": "document_start" } ], "description": "Displays chromium code search in a customized theme", "short_name": "codesearch-theme", "icons": { "128": "themes-icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "name": "Chromium CodeSearch Theme", "page_action": { "default_name": "Select style", "default_icon": "themes-icon.png", "default_popup": "popup.html" }, "version": "0.2.9", "manifest_version": 2, "permissions": [ "tabs", "storage", "https:\/\/cs.chromium.org\/*" ] } |