minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
什麼是minimal-new-tab?
minimal-new-tab是由durancristhian開發的Chrome擴展程式,該擴展的主要功能是“(FINISHED) Replacement of the new tab for Google Chrome”。
擴展截圖
下載minimal-new-tab擴展crx文件
下載minimal-new-tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
(FINISHED) Replacement of the new tab for Google Chrome Version 1.0: - Deleted extra functionality and commented code Versión 0.3: - Added animate.css animations and daily quotes Versión 0.2: - ToDo list added at the right Versión 0.1: - Added centered day and hour
擴展基本資訊
名稱 | minimal-new-tab |
ID | nljoaafhkenagpclofihfbfhkhddhdlk |
官方網址 | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
簡介 | (FINISHED) Replacement of the new tab for Google Chrome |
檔案大小 | 575 KB |
安裝次數 | 24 |
目前版本 | 1.0 |
更新時間 | 2015-11-29 |
上架時間 | 2015-11-29 |
評分 | 4.67/5 共 3 次評分 |
開發者 | durancristhian |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "minimal-new-tab", "description": "(FINISHED) Replacement of the new tab for Google Chrome", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |