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
公式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
Eメール [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
}