Day Gone In Percentage

A chrome extension to show how much of current day, month or year has already passed in Percentage.

Day Gone In Percentage क्या है?

Day Gone In Percentage NoSemantic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to show how much of current day, month or year has already passed in Percentage."।

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

screenshot

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

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

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

                        Steps to Use:

1. Click the extension sun icon on the top right hand side where extensions icon reside. 
2. A pop up will appear on clicking that will show you the percentage


Hope you like it.                    

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

नाम Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
आधिकारिक URL https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
विवरण A chrome extension to show how much of current day, month or year has already passed in Percentage.
फ़ाइल का आकार 688 KB
स्थापना संख्या 190
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-03-21
प्रकाशन तिथि 2019-03-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर NoSemantic
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nosemantic.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day Gone In Percentage",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.",
    "icons": {
        "16": "images\/sunset-16.png",
        "128": "images\/sunset-128.png"
    },
    "default_locale": "en",
    "background": [],
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/sun-16.png",
            "128": "images\/sun-128.png"
        },
        "default_title": "Day Gone In Percentage",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}