bopper

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

¿Qué es bopper?

bopper es una extensión de Chrome desarrollada por catdog, y su función principal es "This extension will allow you to create a custom new tab page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión bopper

Descarga archivos de extensión bopper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
URL Oficial https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Descripción This extension will allow you to create a custom new tab page
Tamaño del Archivo 9.92 MB
Cantidad de Instalaciones 10
Versión Actual 3.2
Última Actualización 2017-02-13
Fecha de Publicación 2017-02-13
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador catdog
Tipo de Pago free
Idiomas Soportados 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'"
}