SHOWTIME

SHOWTIME is Extensions to get the date of the article

Cos'è SHOWTIME?

SHOWTIME è un'estensione di Chrome sviluppata da なりたけいすけ, e la sua funzione principale è "SHOWTIME is Extensions to get the date of the article".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SHOWTIME

Scarica i file di estensione SHOWTIME in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome SHOWTIME SHOWTIME
ID lpfglpdhgolkcbplfejkpdiheamkebph
URL Ufficiale https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph
Descrizione SHOWTIME is Extensions to get the date of the article
Dimensione del File 37.04 KB
Conteggio Installazioni 15
Versione Corrente 0.0.5
Ultimo Aggiornamento 2019-10-21
Data di Pubblicazione 2019-01-28
Sviluppatore なりたけいすけ
Email [email protected]
Tipo di Pagamento in_store
Lingue Supportate 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"
    }
}