Support for the "blink" tag

Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!

Support for the "blink" tag란 무엇입니까?

Support for the "blink" tag은(는) zamfofex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!"입니다.

Support for the "blink" tag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds support for the non-standard "blink" HTML tag. Most text inside the "blink" tag should blink, like in the Netscape browser, and old versions of Firefox.                    

확장 프로그램 기본 정보

이름 Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
공식 URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
설명 Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
파일 크기 4.21 KB
설치 횟수 65
현재 버전 1.0.1
최근 업데이트 2015-04-08
출시 날짜 2015-04-08
평점 5.00/5 총 4 개의 평점
개발자 zamfofex
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Support for the \"blink\" tag",
    "short_name": "Blinking Text",
    "description": "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ],
            "css": [
                "inline.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}