SHOWTIME

SHOWTIME is Extensions to get the date of the article

Wat is SHOWTIME?

SHOWTIME is een Chrome-extensie ontwikkeld door なりたけいすけ, en de belangrijkste functie is "SHOWTIME is Extensions to get the date of the article".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SHOWTIME

Download SHOWTIME-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam SHOWTIME SHOWTIME
ID lpfglpdhgolkcbplfejkpdiheamkebph
Officiële URL https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph
Beschrijving SHOWTIME is Extensions to get the date of the article
Bestandsgrootte 37.04 KB
Aantal Installaties 15
Huidige Versie 0.0.5
Laatst Bijgewerkt 2019-10-21
Publicatiedatum 2019-01-28
Ontwikkelaar なりたけいすけ
E-mail [email protected]
Betalingswijze in_store
Ondersteunde Talen 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"
    }
}