Chromium CodeSearch Theme
Displays chromium code search in a customized theme
Co je Chromium CodeSearch Theme?
Chromium CodeSearch Theme je rozšíření Chrome vyvinuté https://chaopeng.me, a jeho hlavní funkcí je „Displays chromium code search in a customized theme“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chromium CodeSearch Theme
Stáhněte si soubory rozšíření Chromium CodeSearch Theme ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Fork of https://chrome.google.com/webstore/detail/chromium-codesearch-theme/mfknemlbeilclnbkfelgpldgnbnekeol Github: https://github.com/chaopeng/codesearch-theme
Základní Informace o Rozšíření
Název | |
ID | bncjaoffkbldggnfkakmnbgfpnikielm |
Oficiální URL | https://chromewebstore.google.com/detail/chromium-codesearch-theme/bncjaoffkbldggnfkakmnbgfpnikielm |
Popis | Displays chromium code search in a customized theme |
Velikost souboru | 51.27 KB |
Počet instalací | 89 |
Aktuální Verze | 0.2.9 |
Poslední Aktualizace | 2017-07-07 |
Datum Vydání | 2017-07-06 |
Vývojář | https://chaopeng.me |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/chaopeng/codesearch-theme |
URL Stránky Nápovědy | https://github.com/chaopeng/codesearch-theme/issues |
Podporované Jazyky | 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\/*" ] } |