SHOWTIME

SHOWTIME is Extensions to get the date of the article

SHOWTIME란 무엇입니까?

SHOWTIME은(는) なりたけいすけ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SHOWTIME is Extensions to get the date of the article"입니다.

확장 프로그램 스크린샷

screenshot

SHOWTIME 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SHOWTIMEは記事の日付を取得して表示させる拡張機能です。

http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。                    

확장 프로그램 기본 정보

이름 SHOWTIME SHOWTIME
ID lpfglpdhgolkcbplfejkpdiheamkebph
공식 URL https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph
설명 SHOWTIME is Extensions to get the date of the article
파일 크기 37.04 KB
설치 횟수 15
현재 버전 0.0.5
최근 업데이트 2019-10-21
출시 날짜 2019-01-28
개발자 なりたけいすけ
이메일 [email protected]
결제 유형 in_store
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SHOWTIME",
    "version": "0.0.5",
    "description": "SHOWTIME is Extensions to get the date of the article",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}