Classify Newtab

New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.

ما هو Classify Newtab؟

Classify Newtab هو إضافة Chrome تم تطويرها بواسطة cassifyext، والميزة الرئيسية لها هي "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

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

screenshot

تحميل ملف CRX للإضافة Classify Newtab

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

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

                        This  extension allows you to separate your favorites into folders, bookmarks and shortcuts in an organized manner that gives you full control of your desktop, your new tab and your start page.

By clicking "Add to chrome", I accept and agree to installing Classify extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://classifyext.com/privacy.html
EULA: https://classifyext.com/eula.html

Classify search will be powered by Microsoft Bing.                    

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

الاسم Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
الوصف New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
حجم الملف 246 KB
عدد التثبيتات 2,000
النسخة الحالية 1.1.7
آخر تحديث 2022-07-16
تاريخ النشر 2022-06-26
المطور cassifyext
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.classifyext.com
عنوان صفحة المساعدة https://classifyext.com/contact.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classify Newtab",
    "description": "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.",
    "version": "1.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}