bopper

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

Qu'est-ce que bopper ?

bopper est une extension Chrome développée par catdog, et sa fonction principale est "This extension will allow you to create a custom new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension bopper

Téléchargez les fichiers d'extension bopper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
URL Officiel https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Description This extension will allow you to create a custom new tab page
Taille du Fichier 9.92 MB
Nombre d'Installations 10
Version Actuelle 3.2
Dernière Mise à Jour 2017-02-13
Date de Publication 2017-02-13
Évaluation 5.00/5 Total 6 Évaluations
Développeur catdog
Type de Paiement free
Langues Prises en Charge 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'"
}