Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
Cyber to Wizard क्या है?
Cyber to Wizard Will Oberndorfer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'cyber' with 'wizard'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cyber to Wizard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |