Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
什麼是Green Sliders?
Green Sliders是由Stephen Cerruti開發的Chrome擴展程式,該擴展的主要功能是“Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.”。
擴展截圖
下載Green Sliders擴展crx文件
下載Green Sliders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
擴展基本資訊
名稱 | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
官方網址 | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
簡介 | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
檔案大小 | 34.33 KB |
安裝次數 | 463 |
目前版本 | 1.0 |
更新時間 | 2016-04-16 |
上架時間 | 2016-04-15 |
評分 | 4.25/5 共 4 次評分 |
開發者 | Stephen Cerruti |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Green Sliders", "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.scoutbook.com\/*" ], "css": [ "greenSliders.css" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "72": "icon72.png", "128": "icon128.png" } } |