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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 My Browser Start Page My Browser Start Page
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
Eメール [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"
    }
}