Random HTML Tags
This extension shows a random HTML tag every time a new tab is opened
Apa itu Random HTML Tags?
Random HTML Tags adalah ekstensi Chrome yang dikembangkan oleh Alin Rauta, dan fitur utamanya adalah "This extension shows a random HTML tag every time a new tab is opened".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Random HTML Tags
Unduh file ekstensi Random HTML Tags dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Random HTML Tags |
ID | gcoajlegnelcglnpkalcddjmnenfkngk |
URL Resmi | https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk |
Deskripsi | This extension shows a random HTML tag every time a new tab is opened |
Ukuran File | 214 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-07-25 |
Tanggal Publikasi | 2016-07-25 |
Pengembang | Alin Rauta |
Tipe Pembayaran | free |
Situs Ekstensi | https://instant.randomhtmltags.tech/ |
Bahasa yang Didukung | 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\/" ] } |