My New Tab
Replace newtab with any url & keep the addres bar clean!
什麼是My New Tab?
My New Tab是由Perfect Things開發的Chrome擴展程式,該擴展的主要功能是“Replace newtab with any url & keep the addres bar clean!”。
擴展截圖
下載My New Tab擴展crx文件
下載My New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
擴展基本資訊
名稱 | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
官方網址 | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
簡介 | Replace newtab with any url & keep the addres bar clean! |
檔案大小 | 14.71 KB |
安裝次數 | 43 |
目前版本 | 2.1 |
更新時間 | 2015-02-10 |
上架時間 | 2015-02-10 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Perfect Things |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/tborychowski/mynewtab |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |