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 |
官方網址 | 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'" } |