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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}