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
官方網址 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"
}