Random HTML Tags
This extension shows a random HTML tag every time a new tab is opened
Qu'est-ce que Random HTML Tags ?
Random HTML Tags est une extension Chrome développée par Alin Rauta, et sa fonction principale est "This extension shows a random HTML tag every time a new tab is opened".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random HTML Tags
Téléchargez les fichiers d'extension Random HTML Tags au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Random HTML Tags |
ID | gcoajlegnelcglnpkalcddjmnenfkngk |
URL Officiel | https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk |
Description | This extension shows a random HTML tag every time a new tab is opened |
Taille du Fichier | 214 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-07-25 |
Date de Publication | 2016-07-25 |
Développeur | Alin Rauta |
Type de Paiement | free |
Site Web de l'Extension | https://instant.randomhtmltags.tech/ |
Langues Prises en Charge | 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\/" ] } |