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”。
擴展截圖
下載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 |
ID | gcoajlegnelcglnpkalcddjmnenfkngk |
官方網址 | 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\/" ] } |