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 |
公式URL | 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", "*:\/\/*\/*" ] } |