Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
Cos'è Day Gone In Percentage?
Day Gone In Percentage è un'estensione di Chrome sviluppata da NoSemantic, e la sua funzione principale è "A chrome extension to show how much of current day, month or year has already passed in Percentage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Day Gone In Percentage
Scarica i file di estensione Day Gone In Percentage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
URL Ufficiale | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
Descrizione | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
Dimensione del File | 688 KB |
Conteggio Installazioni | 190 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-03-21 |
Data di Pubblicazione | 2019-03-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | NoSemantic |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nosemantic.com |
Lingue Supportate | 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" ] } |