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 |
官方URL | 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 } } |