TinyHands

So small

TinyHandsとは何ですか?

TinyHandsはdagdaによって開発されたChromeの拡張機能で、その主な機能は「So small」です。

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

screenshot

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

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

拡張機能の使用方法

                        Replace references to Trump's inaugural crowds with the word "penis"

Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."                    

拡張機能の基本情報

名前 TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
公式URL https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
説明 So small
ファイルサイズ 5.11 KB
インストール数 16
現在のバージョン 0.1
最終更新日 2017-01-26
公開日 2017-01-26
開発者 dagda
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyHands",
    "description": "So small",
    "version": "0.1",
    "browser_action": {
        "default_icon": "smol.png",
        "default_title": "So small! Sad."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}