bopper

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

Hvad er bopper?

bopper er en Chrome-udvidelse udviklet af catdog, og dens hovedfunktion er "This extension will allow you to create a custom new tab page".

Udvidelsesskærmbilleder

screenshot

Download bopper-udvidelses-CRX-fil

Download bopper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn bopper bopper
ID jhmihlolibapfbcfpilpfjjcidloolka
Officiel URL https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka
Beskrivelse This extension will allow you to create a custom new tab page
Filstørrelse 9.92 MB
Antal Installationer 10
Nuværende Version 3.2
Senest Opdateret 2017-02-13
Udgivelsesdato 2017-02-13
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler catdog
Betalingsmetode free
Understøttede Sprog 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'"
}