TurtlesTab

TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.

ما هو TurtlesTab؟

TurtlesTab هو إضافة Chrome تم تطويرها بواسطة https://turtlestab.com، والميزة الرئيسية لها هي "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة TurtlesTab

قم بتنزيل ملفات الامتداد TurtlesTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing

terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy                    

معلومات أساسية عن التمديد

الاسم TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
الوصف TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
حجم الملف 206 KB
عدد التثبيتات 4,000
النسخة الحالية 1.0.5
آخر تحديث 2024-01-03
تاريخ النشر 2023-08-30
المطور https://turtlestab.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.turtlestab.com
عنوان صفحة المساعدة https://www.turtlestab.com/content/contact
عنوان صفحة سياسة الخصوصية https://www.turtlestab.com/content/privacy
اللغات المدعومة en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.",
    "icons": {
        "128": "\/media\/turtle128.png",
        "16": "\/media\/turtle16.png",
        "32": "\/media\/turtle32.png",
        "48": "\/media\/turtle48.png"
    },
    "manifest_version": 3,
    "name": "TurtlesTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "TurtlesTab",
    "host_permissions": [
        "*:\/\/*.TurtlesTab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}