Fabtastic

Make your internet fabulous

Fabtasticとは何ですか?

Fabtasticはbrglasserによって開発されたChromeの拡張機能で、その主な機能は「Make your internet fabulous」です。

Fabtastic拡張機能のCRXファイルをダウンロード

Fabtastic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add a little color to your life and to your web pages by making the paragraphs on the pages you visit randomly cycle through all the color of the rainbow.  Its fabulous!                    

拡張機能の基本情報

名前 Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
公式URL https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
説明 Make your internet fabulous
ファイルサイズ 86.08 KB
インストール数 80
現在のバージョン 1.0.0
最終更新日 2017-02-04
公開日 2017-02-04
評価 2.60/5 合計 5 レビュー
開発者 brglasser
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabtastic",
    "version": "1.0.0",
    "author": "Ben Glasser",
    "description": "Make your internet fabulous",
    "icons": {
        "16": "rainbow-icon16.png",
        "48": "rainbow-icon48.png",
        "128": "rainbow-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}