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 |
官方網址 | 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" } } |