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"
}