Getter

Automatically find fonts, colors and more on any page!

什麼是Getter?

Getter是由abdevelops開發的Chrome擴展程式,該擴展的主要功能是“Automatically find fonts, colors and more on any page!”。

擴展截圖

下載Getter擴展crx文件

下載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
官方網址 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
}