Sweet Ass-Extension
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Vad är Sweet Ass-Extension?
Sweet Ass-Extension är en Chrome-tillägg utvecklad av patrickpan, och dess huvudfunktion är "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".
Ladda ner Sweet Ass-Extension-förlängningens CRX-fil
Ladda ner Sweet Ass-Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37
Grundläggande Information om Tillägg
Namn | ![]() |
ID | idfbpaffchkcafldjoobhmbpekhhnkjg |
Officiell webbadress | https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg |
Beskrivning | Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37. |
Filstorlek | 3.45 KB |
Antal Installationer | 10 |
Aktuell Version | 1 |
Senast Uppdaterad | 2015-04-09 |
Publiceringsdatum | 2015-04-09 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | patrickpan |
Betalningssätt | free |
Stödda Språk | 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" } |