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.
扩展基本信息
名称 | bopper |
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'" } |