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开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a random HTML tag every time a new tab is opened”。

扩展截图

screenshot
screenshot
screenshot

下载Random HTML Tags扩展crx文件

下载Random HTML Tags扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/"
    ]
}