TNT - The New Tab
This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
什麼是TNT - The New Tab?
TNT - The New Tab是由https://permutat.de開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!”。
擴展截圖
下載TNT - The New Tab擴展crx文件
下載TNT - The New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
TNT - The New Tab - define your own new tab - pick some predefined URLs - support your own URL - or use TNT-page TNT doesn't need any special Permission!! Version 1.1.0 - fixed loosing settings after Chrome updates - removed rapidshare from TNT-options - added domain extensions to labels for TNT-tabbuttons
擴展基本資訊
名稱 | |
ID | fibejpdhnnpjcmpdfkcoeeombnhmjmao |
官方網址 | https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao |
簡介 | This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com! |
檔案大小 | 162 KB |
安裝次數 | 36 |
目前版本 | 1.1.0 |
更新時間 | 2015-08-11 |
上架時間 | 2015-08-11 |
開發者 | https://permutat.de |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon128.png" }, "name": "TNT - The New Tab", "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!", "version": "1.1.0", "chrome_url_overrides": { "newtab": "redirect.html" }, "background": { "scripts": [ "background.js", "options.js" ] }, "options_page": "options.html", "permissions": [ "storage" ] } |