GreyScale

See the web on GreyScale, cost effective, eye and printer friendly.

Cos'è GreyScale?

GreyScale è un'estensione di Chrome sviluppata da Yassine KHAYATI, e la sua funzione principale è "See the web on GreyScale, cost effective, eye and printer friendly.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GreyScale

Scarica i file di estensione GreyScale in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome GreyScale GreyScale
ID niolddlmnndioenelnjaimkigacoejjn
URL Ufficiale https://chrome.google.com/webstore/detail/greyscale/niolddlmnndioenelnjaimkigacoejjn
Descrizione See the web on GreyScale, cost effective, eye and printer friendly.
Dimensione del File 6.1 KB
Conteggio Installazioni 1,961
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-09
Data di Pubblicazione 2015-02-09
Valutazione 4.60/5 Totale 20 Valutazioni
Sviluppatore Yassine KHAYATI
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/en/user/tos
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}