Sweet Ass-Extension

Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.

Sweet Ass-Extensionとは何ですか?

Sweet Ass-Extensionはpatrickpanによって開発されたChromeの拡張機能で、その主な機能は「Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.」です。

Sweet Ass-Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37                    

拡張機能の基本情報

名前 Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
公式URL https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
説明 Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
ファイルサイズ 3.45 KB
インストール数 10
現在のバージョン 1
最終更新日 2015-04-09
公開日 2015-04-09
評価 4.00/5 合計 1 レビュー
開発者 patrickpan
支払い方法 free
対応言語 en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.",
    "manifest_version": 2,
    "name": "Sweet Ass-Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1"
}