Getter

Automatically find fonts, colors and more on any page!

Co to jest Getter?

Getter to rozszerzenie Chrome opracowane przez abdevelops, a jego główną funkcją jest „Automatically find fonts, colors and more on any page!”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Getter

Pobierz pliki rozszerzeń Getter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
Oficjalny URL https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
Opis Automatically find fonts, colors and more on any page!
Rozmiar pliku 10.33 MB
Liczba instalacji 91
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-01-11
Data Publikacji 2021-01-09
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper abdevelops
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}