Random HTML Tags

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

Random HTML Tagsคืออะไร?

Random HTML Tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alin Rauta และคุณลักษณะหลักของมันคือ "This extension shows a random HTML tag every time a new tab is opened"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random HTML Tags

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}