ICYMT

Replace the new tab page with a new page that shows day, week, month, and year progress.

什麼是ICYMT?

ICYMT是由Paul Ruales開發的Chrome擴展程式,該擴展的主要功能是“Replace the new tab page with a new page that shows day, week, month, and year progress.”。

擴展截圖

screenshot

下載ICYMT擴展crx文件

下載ICYMT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        In case you missed time! Stop procrastination by replacing the new tab page with a new page that shows day, week, month, and year progress. Icon by Smashicons from www.flaticon.com.                    

擴展基本資訊

名稱 ICYMT ICYMT
ID jmkkihpaeelahdfenocampaldgdameme
官方網址 https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme
簡介 Replace the new tab page with a new page that shows day, week, month, and year progress.
檔案大小 31.53 KB
安裝次數 26
目前版本 0.3
更新時間 2020-02-02
上架時間 2020-02-02
評分 4.33/5 共 3 次評分
開發者 Paul Ruales
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ICYMT",
    "short_name": "ICYMT",
    "version": "0.3",
    "description": "Replace the new tab page with a new page that shows day, week, month, and year progress.",
    "permissions": [
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icons\/time-passing-16.png",
        "128": "icons\/time-passing-128.png"
    },
    "manifest_version": 2
}