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

Скачать файл CRX расширения SHOWTIME

Скачайте файлы расширений 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"
    }
}