Text Troll

Replace words like :perotenemospatria: to a troll image.

Text Trollとは何ですか?

Text TrollはSoftwareCriolloによって開発されたChromeの拡張機能で、その主な機能は「Replace words like :perotenemospatria: to a troll image.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        Replace words like :perotenemospatria: to an image.                    

拡張機能の基本情報

名前 Text Troll Text Troll
ID mhjpnimjojbeklnobfkmhfodlgfjghlm
公式URL https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm
説明 Replace words like :perotenemospatria: to a troll image.
ファイルサイズ 2.43 MB
インストール数 41
現在のバージョン 1.2
最終更新日 2013-10-18
公開日 2013-10-18
評価 3.00/5 合計 2 レビュー
開発者 SoftwareCriollo
支払い方法 free
対応言語 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Troll",
    "description": "Replace words like :perotenemospatria: to a troll image.",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-1.9.1.min.js",
                "libs\/underscore-min.js",
                "text_troll.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "libs\/underscore-min.map",
        "images\/*"
    ]
}