Sweet Ass-Extension

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

Sweet Ass-Extensionคืออะไร?

Sweet Ass-Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrickpan และคุณลักษณะหลักของมันคือ "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sweet Ass-Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}