bopper

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

Wat is bopper?

bopper is een Chrome-extensie ontwikkeld door catdog, en de belangrijkste functie is "This extension will allow you to create a custom new tab page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie bopper

Download bopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
Officiële URL https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Beschrijving This extension will allow you to create a custom new tab page
Bestandsgrootte 9.92 MB
Aantal Installaties 10
Huidige Versie 3.2
Laatst Bijgewerkt 2017-02-13
Publicatiedatum 2017-02-13
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar catdog
Betalingswijze free
Ondersteunde Talen 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'"
}