Sweet Ass-Extension
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Co to jest Sweet Ass-Extension?
Sweet Ass-Extension to rozszerzenie Chrome opracowane przez patrickpan, a jego główną funkcją jest „Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.”.
Pobierz plik CRX rozszerzenia Sweet Ass-Extension
Pobierz pliki rozszerzeń Sweet Ass-Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | idfbpaffchkcafldjoobhmbpekhhnkjg |
Oficjalny URL | https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg |
Opis | Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37. |
Rozmiar pliku | 3.45 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2015-04-09 |
Data Publikacji | 2015-04-09 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | patrickpan |
Typ Płatności | free |
Obsługiwane Języki | 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" } |