QuickStart
Bookmark-based browser start page
QuickStartとは何ですか?
QuickStartはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Bookmark-based browser start page」です。
拡張機能のスクリーンショット
QuickStart拡張機能のCRXファイルをダウンロード
QuickStart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        QuickStart is a beautiful and clean new tab page. The extension gives you quick access to your bookmarks and allows you to organize them to your liking.                     拡張機能の基本情報
| 名前 |   |  
| ID | nbiomkiioloimkmidmeahdcjggilcdmp | 
| 公式URL | https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp | 
| 説明 | Bookmark-based browser start page | 
| ファイルサイズ | 452 KB | 
| インストール数 | 206 | 
| 現在のバージョン | 1.1.2 | 
| 最終更新日 | 2020-12-05 | 
| 公開日 | 2020-06-05 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | Unknown | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/samuelmeuli/quick-start | 
| ヘルプページのURL | https://github.com/samuelmeuli/quick-start | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickStart",
    "version": "1.1.2",
    "description": "Bookmark-based browser start page",
    "author": "Timoth\u00e9e Wildhaber and Samuel Meuli",
    "homepage_url": "https:\/\/github.com\/samuelmeuli\/quick-start",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "options_ui": {
        "page": ".\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{bdbbd63e-dca7-48fd-ab02-9ca4fad8f778}"
        }
    }
}  |  |