Random HTML Tags

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

Random HTML Tags là gì?

Random HTML Tags là một tiện ích mở rộng Chrome được phát triển bởi Alin Rauta, và tính năng chính của nó là "This extension shows a random HTML tag every time a new tab is opened".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random HTML Tags

Tải xuống các tệp mở rộng Random HTML Tags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random HTML Tags Random HTML Tags
ID gcoajlegnelcglnpkalcddjmnenfkngk
URL Chính Thức https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk
Mô tả This extension shows a random HTML tag every time a new tab is opened
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-07-25
Ngày Phát Hành 2016-07-25
Nhà Phát Triển Alin Rauta
Loại Thanh Toán free
Trang Web Mở Rộng https://instant.randomhtmltags.tech/
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}