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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |