Getter

Automatically find fonts, colors and more on any page!

What is Getter?

Getter is a Chrome extension developed by abdevelops, and its main feature is "Automatically find fonts, colors and more on any page!".

Extension Screenshots

Download Getter Extension CRX File

Download Getter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Getter Getter
ID nkgabfmcijbajgobbeloaobhbhpacnim
Official URL https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim
Description Automatically find fonts, colors and more on any page!
File Size 10.33 MB
Installation Count 91
Current Version 1.1.0
Last Updated 2021-01-11
Publish Date 2021-01-09
Rating 5.00/5 Total 4 Ratings
Developer abdevelops
Email [email protected]
Payment Type free
Supported Languages 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
}