bopper
This extension will allow you to create a custom new tab page
Apa itu bopper?
bopper adalah ekstensi Chrome yang dikembangkan oleh catdog, dan fitur utamanya adalah "This extension will allow you to create a custom new tab page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi bopper
Unduh file ekstensi bopper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
URL Resmi | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
Deskripsi | This extension will allow you to create a custom new tab page |
Ukuran File | 9.92 MB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 3.2 |
Terakhir Diperbarui | 2017-02-13 |
Tanggal Publikasi | 2017-02-13 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | catdog |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |