SHOWTIME

SHOWTIME is Extensions to get the date of the article

Apa itu SHOWTIME?

SHOWTIME adalah ekstensi Chrome yang dikembangkan oleh なりたけいすけ, dan fitur utamanya adalah "SHOWTIME is Extensions to get the date of the article".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SHOWTIME

Unduh file ekstensi SHOWTIME dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama SHOWTIME SHOWTIME
ID lpfglpdhgolkcbplfejkpdiheamkebph
URL Resmi https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph
Deskripsi SHOWTIME is Extensions to get the date of the article
Ukuran File 37.04 KB
Jumlah Instalasi 15
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2019-10-21
Tanggal Publikasi 2019-01-28
Pengembang なりたけいすけ
Email [email protected]
Tipe Pembayaran in_store
Bahasa yang Didukung 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"
    }
}