bopper
This extension will allow you to create a custom new tab page
Was ist bopper?
bopper ist eine Chrome-Erweiterung, die von catdog entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to create a custom new tab page".
Erweiterungsscreenshots
bopper-Erweiterungs-CRX-Datei herunterladen
Laden Sie bopper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
Offizielle URL | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
Beschreibung | This extension will allow you to create a custom new tab page |
Dateigröße | 9.92 MB |
Installationsanzahl | 10 |
Aktuelle Version | 3.2 |
Letztes Update | 2017-02-13 |
Veröffentlichungsdatum | 2017-02-13 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | catdog |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |