Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
Co je Day Gone In Percentage?
Day Gone In Percentage je rozšíření Chrome vyvinuté NoSemantic, a jeho hlavní funkcí je „A chrome extension to show how much of current day, month or year has already passed in Percentage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Day Gone In Percentage
Stáhněte si soubory rozšíření Day Gone In Percentage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
Oficiální URL | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
Popis | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
Velikost souboru | 688 KB |
Počet instalací | 190 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2019-03-21 |
Datum Vydání | 2019-03-21 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | NoSemantic |
Typ Platby | free |
Webové stránky Rozšíření | https://nosemantic.com |
Podporované Jazyky | 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" ] } |