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".
Снимки экрана расширения
Скачать файл 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 |
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\/" ] } |