Getter

Automatically find fonts, colors and more on any page!

Что такое Getter?

Getter - это расширение Chrome, разработанное abdevelops, и его основная функция - "Automatically find fonts, colors and more on any page!".

Снимки экрана расширения

Скачать файл CRX расширения Getter

Скачайте файлы расширений Getter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
Официальный URL https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
Описание Automatically find fonts, colors and more on any page!
Размер файла 10.33 MB
Количество установок 91
Текущая Версия 1.1.0
Последнее Обновление 2021-01-11
Дата публикации 2021-01-09
Рейтинг 5.00/5 Всего 4 оценок
Разработчик abdevelops
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}