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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}