Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
What is Day Gone In Percentage?
Day Gone In Percentage is a Chrome extension developed by NoSemantic, and its main feature is "A chrome extension to show how much of current day, month or year has already passed in Percentage.".
Extension Screenshots
Download Day Gone In Percentage Extension CRX File
Download Day Gone In Percentage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
Official URL | 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. |
File Size | 688 KB |
Installation Count | 190 |
Current Version | 0.0.1 |
Last Updated | 2019-03-21 |
Publish Date | 2019-03-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | NoSemantic |
Payment Type | free |
Extension Website | https://nosemantic.com |
Supported Languages | 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" ] } |