SHOWTIME

SHOWTIME is Extensions to get the date of the article

SHOWTIME क्या है?

SHOWTIME なりたけいすけ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SHOWTIME is Extensions to get the date of the article"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SHOWTIME एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}