Day Gone In Percentage

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

Wat is Day Gone In Percentage?

Day Gone In Percentage is een Chrome-extensie ontwikkeld door NoSemantic, en de belangrijkste functie is "A chrome extension to show how much of current day, month or year has already passed in Percentage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Day Gone In Percentage

Download Day Gone In Percentage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
Officiële URL https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
Beschrijving A chrome extension to show how much of current day, month or year has already passed in Percentage.
Bestandsgrootte 688 KB
Aantal Installaties 190
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-03-21
Publicatiedatum 2019-03-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar NoSemantic
Betalingswijze free
Extensiewebsite https://nosemantic.com
Ondersteunde Talen 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"
    ]
}