Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
ما هو Algorithm to Wizard؟
Algorithm to Wizard هو إضافة Chrome تم تطويرها بواسطة chris، والميزة الرئيسية لها هي "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Algorithm to Wizard
قم بتنزيل ملفات الامتداد Algorithm to Wizard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
(should) take(s) instances of the word 'algorithm' and replaces it with 'wizard'. code here: https://github.com/peteyreplies/algorithm-to-wizard based on: https://github.com/hank/cloud-to-butt update 8/20/15: fixed *most* 'an wizard' instances, although still breaking on some formatted ones for reasons that are as yet unclear to me update 8/22/15: incorporated @s2tephen bug fix
معلومات أساسية عن التمديد
الاسم | Algorithm to Wizard |
ID | paheefgkiimahbclagfhcnehdiengfkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
الوصف | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
حجم الملف | 3.7 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.3 |
آخر تحديث | 2015-08-22 |
تاريخ النشر | 2015-08-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | chris |
نوع الدفع | free |
موقع الإضافة | http://twitter.com/peteyreplies |
عنوان صفحة المساعدة | https://github.com/peteyreplies/algorithm-to-wizard |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Algorithm to Wizard", "version": "1.3", "description": "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |