Years Progress
Displays years progress bar
什么是Years Progress?
Years Progress是由raobit7开发的Chrome扩展程序,该扩展的主要功能是“Displays years progress bar”。
扩展截图
下载Years Progress扩展crx文件
下载Years Progress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will display years progress bar in a simple way. One can easily check the progress and view the bar in percentage.
扩展基本信息
名称 | Years Progress |
ID | pkfanbklfjfkealmihbbbnflmaamicja |
官方URL | https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja |
简介 | Displays years progress bar |
文件大小 | 762 KB |
安装次数 | 42 |
当前版本 | 1.0.3 |
更新时间 | 2019-09-21 |
上架时间 | 2019-09-21 |
评分 | 3.00/5 共1次评分 |
开发者 | raobit7 |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://raobit.com |
支持的语言 | 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'" } |