CSTimer Makeover
* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
CSTimer Makeoverとは何ですか?
CSTimer MakeoverはUnknownによって開発されたChromeの拡張機能で、その主な機能は「* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…」です。
拡張機能のスクリーンショット
CSTimer Makeover拡張機能のCRXファイルをダウンロード
CSTimer Makeover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions (warning: this will overwrite some of your settings): * Always shows summary above sidebar * Sets a fixed scramble image size
拡張機能の基本情報
名前 | CSTimer Makeover |
ID | omchdkmkmadmhkaamhpojgldknpihgcg |
公式URL | https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg |
説明 | * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions… |
ファイルサイズ | 871 KB |
インストール数 | 1,011 |
現在のバージョン | 0.1.8 |
最終更新日 | 2016-11-30 |
公開日 | 2016-11-29 |
評価 | 4.10/5 合計 21 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSTimer Makeover", "version": "0.1.8", "content_scripts": [ { "matches": [ "https:\/\/*.cstimer.net\/*", "http:\/\/*.cstimer.net\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "styles.css", "img\/favicon.png" ], "icons": { "128": "img\/cube.png", "48": "img\/cube48.png", "16": "img\/cube16.png" } } |