Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Algorithm to Wizard क्या है?
Algorithm to Wizard chris द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Algorithm to Wizard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } ] } |