Sweet Ass-Extension
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Sweet Ass-Extension क्या है?
Sweet Ass-Extension patrickpan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sweet Ass-Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" } |