bopper
This extension will allow you to create a custom new tab page
bopperคืออะไร?
bopper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย catdog และคุณลักษณะหลักของมันคือ "This extension will allow you to create a custom new tab page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bopper
ดาวน์โหลดไฟล์ส่วนขยาย bopper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
คำอธิบาย | This extension will allow you to create a custom new tab page |
ขนาดไฟล์ | 9.92 MB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2017-02-13 |
วันที่เผยแพร่ | 2017-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | catdog |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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'" } |