Random HTML Tags
This extension shows a random HTML tag every time a new tab is opened
Random HTML Tags क्या है?
Random HTML Tags Alin Rauta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a random HTML tag every time a new tab is opened"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random HTML Tags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Learn HTML faster with Random HTML Tags Every time you open a new tab, Random HTML Tags will show you a new HTML tag together with its description and a button that will redirect you to Mozilla's website for more information on that specific HTML tag. If you get tired of opening new tabs to see new HTML tags you can use the "Gimme another one" button and you will get a fresh random HTML tag without opening a new tab.
एक्सटेंशन की मूल जानकारी
नाम | Random HTML Tags |
ID | gcoajlegnelcglnpkalcddjmnenfkngk |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk |
विवरण | This extension shows a random HTML tag every time a new tab is opened |
फ़ाइल का आकार | 214 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2016-07-25 |
प्रकाशन तिथि | 2016-07-25 |
डेवलपर | Alin Rauta |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://instant.randomhtmltags.tech/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random HTML Tags", "description": "This extension shows a random HTML tag every time a new tab is opened", "version": "1.3", "author": "Alin Rauta", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |