Years Progress
Displays years progress bar
What is Years Progress?
Years Progress is a Chrome extension developed by raobit7, and its main feature is "Displays years progress bar".
Extension Screenshots
Download Years Progress Extension CRX File
Download Years Progress 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
This extension will display years progress bar in a simple way. One can easily check the progress and view the bar in percentage.
Extension Basic Information
Name | Years Progress |
ID | pkfanbklfjfkealmihbbbnflmaamicja |
Official URL | https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja |
Description | Displays years progress bar |
File Size | 762 KB |
Installation Count | 42 |
Current Version | 1.0.3 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-21 |
Rating | 3.00/5 Total 1 Ratings |
Developer | raobit7 |
[email protected] | |
Payment Type | free |
Help Page URL | http://raobit.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Years Progress", "description": "Displays years progress bar", "version": "1.0.3", "author": "Rajat Rao", "icons": { "16": "static\/timer.png", "48": "static\/timer.png", "128": "static\/timer.png" }, "browser_action": { "default_icon": "static\/timer.png", "default_title": "Years Progress", "default_popup": "components\/index.html" }, "background": { "page": "components\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |