Getter

Automatically find fonts, colors and more on any page!

Cos'è Getter?

Getter è un'estensione di Chrome sviluppata da abdevelops, e la sua funzione principale è "Automatically find fonts, colors and more on any page!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Getter

Scarica i file di estensione Getter 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

                        Ever wanted to know what fonts, colors or other css is being used on a page? Wonder no more, with this extension you can now see fonts, colors, and background colors on the page. More CSS attributes coming soon!                    

Informazioni di Base sull'Estensione

Nome Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
URL Ufficiale https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
Descrizione Automatically find fonts, colors and more on any page!
Dimensione del File 10.33 MB
Conteggio Installazioni 91
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-01-11
Data di Pubblicazione 2021-01-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore abdevelops
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getter",
    "version": "1.1.0",
    "description": "Automatically find fonts, colors and more on any page!",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "webNavigation",
        "storage",
        "downloads",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": ".\/options\/options.html",
    "page_action": {
        "default_title": "Getter",
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "16": "images\/CSS-Getter-Icon-16px.png",
            "32": "images\/CSS-Getter-Icon-32px.png",
            "48": "images\/CSS-Getter-Icon-48px.png",
            "128": "images\/CSS-Getter-Icon-128px.png"
        }
    },
    "icons": {
        "16": "images\/CSS-Getter-Icon-16px.png",
        "32": "images\/CSS-Getter-Icon-32px.png",
        "48": "images\/CSS-Getter-Icon-48px.png",
        "128": "images\/CSS-Getter-Icon-128px.png"
    },
    "manifest_version": 2
}