Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
ما هو Cyber to Wizard؟
Cyber to Wizard هو إضافة Chrome تم تطويرها بواسطة Will Oberndorfer، والميزة الرئيسية لها هي "Replaces the text 'cyber' with 'wizard'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cyber to Wizard
قم بتنزيل ملفات الامتداد Cyber to Wizard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces 'cyber' with 'wizard'. They're the same thing, right?
معلومات أساسية عن التمديد
الاسم | Cyber to Wizard |
ID | ijefilfadoeifnioiaajdiioacmdebel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel |
الوصف | Replaces the text 'cyber' with 'wizard'. |
حجم الملف | 3.36 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-05-26 |
تاريخ النشر | 2015-05-25 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Will Oberndorfer |
نوع الدفع | free |
موقع الإضافة | https://github.com/mancxvi/cyber-to-wizard |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyber to Wizard", "version": "1.0", "description": "Replaces the text 'cyber' with 'wizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |