Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
ما هو Snappy Tab؟
Snappy Tab هو إضافة Chrome تم تطويرها بواسطة Engler LLC، والميزة الرئيسية لها هي "Snappy Tab is a Chrome Extension for the New Tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snappy Tab
قم بتنزيل ملفات الامتداد Snappy Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Snappy Tab is a Chrome Extension for the New Tab This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Popular useful links - New tab search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Snappy Tab Tab agree to the Terms of Use and Privacy Policy. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. About: https://snappytab.com/about Terms of Service: https://snappytab.com/terms Privacy Policy: https://snappytab.com/privacy
معلومات أساسية عن التمديد
الاسم | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
الوصف | Snappy Tab is a Chrome Extension for the New Tab |
حجم الملف | 30.38 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.6 |
آخر تحديث | 2021-04-22 |
تاريخ النشر | 2021-04-12 |
المطور | Engler LLC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://snappytab.com/ |
عنوان صفحة المساعدة | http://snappytab.com/faq |
عنوان صفحة سياسة الخصوصية | https://snappytab.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "background", "storage" ], "version": "1.6" } |