Random HTML Tags
This extension shows a random HTML tag every time a new tab is opened
What is Random HTML Tags?
Random HTML Tags is a Chrome extension developed by Alin Rauta, and its main feature is "This extension shows a random HTML tag every time a new tab is opened".
Extension Screenshots
Download Random HTML Tags Extension CRX File
Download Random HTML Tags extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Random HTML Tags |
ID | gcoajlegnelcglnpkalcddjmnenfkngk |
Official URL | https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk |
Description | This extension shows a random HTML tag every time a new tab is opened |
File Size | 214 KB |
Installation Count | 33 |
Current Version | 1.3 |
Last Updated | 2016-07-25 |
Publish Date | 2016-07-25 |
Developer | Alin Rauta |
Payment Type | free |
Extension Website | https://instant.randomhtmltags.tech/ |
Supported Languages | 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\/" ] } |