ShowTime

Extension to show the current time and date

ShowTime क्या है?

ShowTime prateek.mehta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to show the current time and date"।

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

screenshot

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

crx प्रारूप में ShowTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - Use the ShowTime extension to see the current time and date
- This extension demonstrates the use of the Browser-Action component
provided by the Google Chrome Extensions framework
- It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)                    

एक्सटेंशन की मूल जानकारी

नाम ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
आधिकारिक URL https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
विवरण Extension to show the current time and date
फ़ाइल का आकार 14.5 KB
स्थापना संख्या 215
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-03-24
प्रकाशन तिथि 2016-03-23
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर prateek.mehta
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pixdip.com/extensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowTime",
    "description": "Extension to show the current time and date",
    "version": "1.2",
    "browser_action": {
        "default_title": "ShowTime",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}