Getter

Automatically find fonts, colors and more on any page!

Hvad er Getter?

Getter er en Chrome-udvidelse udviklet af abdevelops, og dens hovedfunktion er "Automatically find fonts, colors and more on any page!".

Udvidelsesskærmbilleder

Download Getter-udvidelses-CRX-fil

Download Getter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
Officiel URL https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
Beskrivelse Automatically find fonts, colors and more on any page!
Filstørrelse 10.33 MB
Antal Installationer 91
Nuværende Version 1.1.0
Senest Opdateret 2021-01-11
Udgivelsesdato 2021-01-09
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler abdevelops
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}