New Tab Master
Bring back that good old new-tab page.
什麼是New Tab Master?
New Tab Master是由http://www.awesomescreenshot.com開發的Chrome擴展程式,該擴展的主要功能是“Bring back that good old new-tab page.”。
擴展截圖
下載New Tab Master擴展crx文件
下載New Tab Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you find yourself missing that new-tab page you used to know? New Tab Master is for you! Bring the new-tab page back to the golden era.
擴展基本資訊
名稱 | |
ID | elakecjpobmhiaamblgceonblfimnpnl |
官方網址 | https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl |
簡介 | Bring back that good old new-tab page. |
檔案大小 | 95.69 KB |
安裝次數 | 1,000 |
目前版本 | 0.1.6 |
更新時間 | 2014-05-26 |
上架時間 | 2014-05-26 |
評分 | 3.90/5 共 20 次評分 |
開發者 | http://www.awesomescreenshot.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Master", "short_name": "NewTabMaster", "version": "0.1.6", "description": "Bring back that good old new-tab page.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Zeal Mayfield", "background": { "page": "bg\/bg.html", "persistent": true }, "chrome_url_overrides": { "newtab": "override\/override.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "inject\/inject.css" ], "js": [ "inject\/inject.js" ] } ], "offline_enabled": true, "permissions": [ " |