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 |
官方網址 | 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" } } |