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