Random HTML Tags

This extension shows a random HTML tag every time a new tab is opened

O que é Random HTML Tags?

Random HTML Tags é uma extensão do Chrome desenvolvida por Alin Rauta, e sua principal característica é "This extension shows a random HTML tag every time a new tab is opened".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Random HTML Tags

Baixe arquivos de extensão Random HTML Tags no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Random HTML Tags Random HTML Tags
ID gcoajlegnelcglnpkalcddjmnenfkngk
URL Oficial https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk
Descrição This extension shows a random HTML tag every time a new tab is opened
Tamanho do Arquivo 214 KB
Contagem de Instalações 33
Versão Atual 1.3
Última Atualização 2016-07-25
Data de Publicação 2016-07-25
Desenvolvedor Alin Rauta
Tipo de Pagamento free
Site da Extensão https://instant.randomhtmltags.tech/
Idiomas Suportados 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\/"
    ]
}