bopper

This extension will allow you to create a custom new tab page

bopper là gì?

bopper là một tiện ích mở rộng Chrome được phát triển bởi catdog, và tính năng chính của nó là "This extension will allow you to create a custom new tab page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng bopper

Tải xuống các tệp mở rộng bopper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
URL Chính Thức https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Mô tả This extension will allow you to create a custom new tab page
Kích Thước Tệp 9.92 MB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-13
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển catdog
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}