Sweet Ass-Extension

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

Sweet Ass-Extension là gì?

Sweet Ass-Extension là một tiện ích mở rộng Chrome được phát triển bởi patrickpan, và tính năng chính của nó là "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".

Tải xuống tệp CRX của tiện ích mở rộng Sweet Ass-Extension

Tải xuống các tệp mở rộng Sweet Ass-Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
URL Chính Thức https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
Mô tả Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Kích Thước Tệp 3.45 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-04-09
Ngày Phát Hành 2015-04-09
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển patrickpan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}