bopper
This extension will allow you to create a custom new tab page
bopperとは何ですか?
bopperはcatdogによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to create a custom new tab page」です。
拡張機能のスクリーンショット
bopper拡張機能のCRXファイルをダウンロード
bopper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Ever wanted to create a new tab without the boring websites that usually opens?? Now you can choose an image and text that will open when a new tab is created.                     拡張機能の基本情報
| 名前 |   |  
| ID | jhmihlolibapfbcfpilpfjjcidloolka | 
| 公式URL | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka | 
| 説明 | This extension will allow you to create a custom new tab page | 
| ファイルサイズ | 9.92 MB | 
| インストール数 | 10 | 
| 現在のバージョン | 3.2 | 
| 最終更新日 | 2017-02-13 | 
| 公開日 | 2017-02-13 | 
| 評価 | 5.00/5 合計 6 レビュー | 
| 開発者 | catdog | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bopper",
    "description": "This extension will allow you to create a custom new tab page",
    "version": "3.2",
    "options_page": "option2.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "options2.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "bopp.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}  |  |