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ファイルをダウンロード

SHOWTIME拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
開発者 なりたけいすけ
Eメール [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"
    }
}