My Browser Start Page
With this extension you can easily create start/home pages for your browser.
什么是My Browser Start Page?
My Browser Start Page是由https://mybrowserstartpage.ru开发的Chrome扩展程序,该扩展的主要功能是“With this extension you can easily create start/home pages for your browser.”。
扩展截图
下载My Browser Start Page扩展crx文件
下载My Browser Start Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We have created a comfortable editor for working with sites and widgets You can: 1) Add new Site(or choose from existing site list) 2) Set background to your start page 3) Add google search 4) Turn borders on/off 5) Change site layers 6) Open site in the new tab or in the existing one 7) Change editor grid
扩展基本信息
名称 | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
官方URL | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
简介 | With this extension you can easily create start/home pages for your browser. |
文件大小 | 591 KB |
安装次数 | 774 |
当前版本 | 1.4 |
更新时间 | 2017-05-01 |
上架时间 | 2017-05-01 |
评分 | 4.14/5 共14次评分 |
开发者 | https://mybrowserstartpage.ru |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowserstartpage.ru/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Browser Start Page", "description": "With this extension you can easily create start\/home pages for your browser.", "version": "1.4", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/mybrowserstartpage.ru" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |