xkcd Substitutions Plus
Substitutions that make reading the news more fun.
ما هو xkcd Substitutions Plus؟
xkcd Substitutions Plus هو إضافة Chrome تم تطويرها بواسطة Ido، والميزة الرئيسية لها هي "Substitutions that make reading the news more fun.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة xkcd Substitutions Plus
قم بتنزيل ملفات الامتداد xkcd Substitutions Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Add your own substitutions! (Options page) - Switch the extension on/off version 3.0 - Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution. version 2.7 - Some bugs fixed (on/off not saved). - Fixed performance issue. You are welcome to contact me with bug reports and new feature requests! Credit to xkcd.com/1288
معلومات أساسية عن التمديد
الاسم | |
ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
الوصف | Substitutions that make reading the news more fun. |
حجم الملف | 31.76 KB |
عدد التثبيتات | 92 |
النسخة الحالية | 3.0 |
آخر تحديث | 2019-06-30 |
تاريخ النشر | 2019-06-30 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Ido |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://app.loadmill.com/assets/privacy-policy.pdf |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd Substitutions Plus", "description": "Substitutions that make reading the news more fun.", "version": "3.0", "icons": { "16": "images\/black_hat16.png", "48": "images\/black_hat48.png", "128": "images\/black_hat128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "browser_action": { "default_title": "xkcd: Substitutions+", "default_icon": { "19": "images\/black_hat19.png", "38": "images\/black_hat38.png" } } } |