Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Transum क्या है?
Transum plus.extensions.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant check, and in-depth init function review. It also has some features like answer filling, and even a trophy maker (please use with caution) (use at your OWN risk, I will NOT be held realisable for ANY usage of this software)!
एक्सटेंशन की मूल जानकारी
नाम | Transum |
ID | ccfdipkacmkaghoikblhbkmlanhepagc |
आधिकारिक URL | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
विवरण | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
फ़ाइल का आकार | 38.89 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2021-11-23 |
प्रकाशन तिथि | 2021-10-13 |
डेवलपर | plus.extensions.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transum", "browser_action": { "default_title": "Transum", "default_popup": "browser.html" }, "icons": { "16": "transum.png", "48": "transum.png", "128": "transum.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.transum.org\/*" ], "js": [ "index.js" ] } ], "permissions": [ "https:\/\/*.transum.org\/*", "http:\/\/*.transum.org\/*" ], "manifest_version": 2, "version": "1.0.0.2" } |