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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Random HTML Tags 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}