Remaining : A New Tab Extension
The coolest new tab extension which will tell you how much time is left in year, month, week and day.
什麼是Remaining : A New Tab Extension?
Remaining : A New Tab Extension是由gauravmehla開發的Chrome擴展程式,該擴展的主要功能是“The coolest new tab extension which will tell you how much time is left in year, month, week and day.”。
擴展截圖
下載Remaining : A New Tab Extension擴展crx文件
下載Remaining : A New Tab Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out. Stay Motivated
擴展基本資訊
名稱 | Remaining : A New Tab Extension |
ID | nnkdehdcffmohpahglchigmmnmahpdjo |
官方網址 | https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo |
簡介 | The coolest new tab extension which will tell you how much time is left in year, month, week and day. |
檔案大小 | 816 KB |
安裝次數 | 18 |
目前版本 | 1.0.2 |
更新時間 | 2018-05-06 |
上架時間 | 2018-05-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | gauravmehla |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://gauravmehla.github.io/Remaining |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remaining : A New Tab Extension", "short_name": "Remaining : A New Tab Extension", "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.", "version": "1.0.2", "browser_action": { "default_icon": ".\/icons\/38.png" }, "icons": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "256": ".\/icons\/256.png", "512": ".\/icons\/512.png" }, "chrome_url_overrides": { "newtab": ".\/index.html" }, "manifest_version": 2, "web_accessible_resources": [ "index.html" ] } |