xkcd Substitutions Plus
Substitutions that make reading the news more fun.
xkcd Substitutions Plus क्या है?
xkcd Substitutions Plus Ido द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Substitutions that make reading the news more fun."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में xkcd Substitutions Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Add your own substitutions! (Options page) - Switch the extension on/off version 3.0 - Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution. version 2.7 - Some bugs fixed (on/off not saved). - Fixed performance issue. You are welcome to contact me with bug reports and new feature requests! Credit to xkcd.com/1288
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
आधिकारिक URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
विवरण | Substitutions that make reading the news more fun. |
फ़ाइल का आकार | 31.76 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2019-06-30 |
प्रकाशन तिथि | 2019-06-30 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Ido |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://app.loadmill.com/assets/privacy-policy.pdf |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd Substitutions Plus", "description": "Substitutions that make reading the news more fun.", "version": "3.0", "icons": { "16": "images\/black_hat16.png", "48": "images\/black_hat48.png", "128": "images\/black_hat128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "browser_action": { "default_title": "xkcd: Substitutions+", "default_icon": { "19": "images\/black_hat19.png", "38": "images\/black_hat38.png" } } } |