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
开发者 なりたけいすけ
电子邮箱 [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"
    }
}