SHOWTIME

SHOWTIME is Extensions to get the date of the article

Co to jest SHOWTIME?

SHOWTIME to rozszerzenie Chrome opracowane przez なりたけいすけ, a jego główną funkcją jest „SHOWTIME is Extensions to get the date of the article”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SHOWTIME

Pobierz pliki rozszerzeń SHOWTIME w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa SHOWTIME SHOWTIME
ID lpfglpdhgolkcbplfejkpdiheamkebph
Oficjalny URL https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph
Opis SHOWTIME is Extensions to get the date of the article
Rozmiar pliku 37.04 KB
Liczba instalacji 15
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2019-10-21
Data Publikacji 2019-01-28
Deweloper なりたけいすけ
E-mail [email protected]
Typ Płatności in_store
Obsługiwane Języki 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"
    }
}