XKCD Substitutions
Change words to make stories more interesting.
ما هو XKCD Substitutions؟
XKCD Substitutions هو إضافة Chrome تم تطويرها بواسطة Jamhead، والميزة الرئيسية لها هي "Change words to make stories more interesting.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XKCD Substitutions
قم بتنزيل ملفات الامتداد XKCD Substitutions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Based on the xkcd post http://xkcd.com/1288/ This automatically makes stories "more interesting" on any page you load. If you like this extension, you may find my grammer nazi sniper extension interesting! https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
معلومات أساسية عن التمديد
الاسم | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
الوصف | Change words to make stories more interesting. |
حجم الملف | 67.69 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2013-11-10 |
تاريخ النشر | 2013-11-10 |
المطور | Jamhead |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XKCD Substitutions", "short_name": "xkcd subs", "description": "Change words to make stories more interesting.", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordChanger.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |