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