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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |