My Browser Start Page
With this extension you can easily create start/home pages for your browser.
What is My Browser Start Page?
My Browser Start Page is a Chrome extension developed by https://mybrowserstartpage.ru, and its main feature is "With this extension you can easily create start/home pages for your browser.".
Extension Screenshots
Download My Browser Start Page Extension CRX File
Download My Browser Start Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
Official URL | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Description | With this extension you can easily create start/home pages for your browser. |
File Size | 591 KB |
Installation Count | 774 |
Current Version | 1.4 |
Last Updated | 2017-05-01 |
Publish Date | 2017-05-01 |
Rating | 4.14/5 Total 14 Ratings |
Developer | https://mybrowserstartpage.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://mybrowserstartpage.ru/ |
Supported Languages | 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" } } |