GreyScale
See the web on GreyScale, cost effective, eye and printer friendly.
什麼是GreyScale?
GreyScale是由Yassine KHAYATI開發的Chrome擴展程式,該擴展的主要功能是“See the web on GreyScale, cost effective, eye and printer friendly.”。
擴展截圖
下載GreyScale擴展crx文件
下載GreyScale擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | niolddlmnndioenelnjaimkigacoejjn |
官方網址 | https://chrome.google.com/webstore/detail/greyscale/niolddlmnndioenelnjaimkigacoejjn |
簡介 | See the web on GreyScale, cost effective, eye and printer friendly. |
檔案大小 | 6.1 KB |
安裝次數 | 1,961 |
目前版本 | 1.1 |
更新時間 | 2015-02-09 |
上架時間 | 2015-02-09 |
評分 | 4.60/5 共 20 次評分 |
開發者 | Yassine KHAYATI |
付費類型 | free |
隱私政策頁面URL | https://www.iubenda.com/en/user/tos |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "gs_action_0.png", "48": "gs_action_0.png", "128": "gs_action_0.png" }, "browser_action": { "default_icon": { "38": "gs_action_0.png" }, "default_title": "GreyScale" }, "background": { "scripts": [ "background.js" ] }, "author": "__MSG_author__", "homepage_url": "http:\/\/khayati.net", "offline_enabled": true, "permissions": [ "activeTab", "background", "*:\/\/*\/*" ] } |