Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
Qu'est-ce que Day Gone In Percentage ?
Day Gone In Percentage est une extension Chrome développée par NoSemantic, et sa fonction principale est "A chrome extension to show how much of current day, month or year has already passed in Percentage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Day Gone In Percentage
Téléchargez les fichiers d'extension Day Gone In Percentage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
URL Officiel | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
Description | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
Taille du Fichier | 688 KB |
Nombre d'Installations | 190 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-03-21 |
Date de Publication | 2019-03-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | NoSemantic |
Type de Paiement | free |
Site Web de l'Extension | https://nosemantic.com |
Langues Prises en Charge | 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" ] } |