tabExtend

Transform your browser workflow

tabExtendคืออะไร?

tabExtend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabextend.com และคุณลักษณะหลักของมันคือ "Transform your browser workflow"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabExtend

ดาวน์โหลดไฟล์ส่วนขยาย tabExtend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        tabExtend elevates your new tab into an interactive dashboard where you can save and close tabs with drag and drop. Intuitively organize into groups, categories, and workspaces. Automatically sync it all to other devices, to and from mobile, or easily share chosen items. 

Enrich your saved content by adding notes and to-dos. Have sites you need to remember or want to open on a schedule? Use reminders to promptly notify you, ensuring you never miss or forget an important webpage, note, text-snippet, or to-do.

All interactions have been designed to be intuitive yet robust. Enhance your focus, streamline your tasks, and conserve your RAM for a smoother browsing experience. Say goodbye to chaotic bookmarks and embrace a superior organizational tool.

Features include:

✔︎ Manage tabs
✔︎ Notes / To-dos
✔︎ Setup reminders for sites and notes
✔︎ Popover with saved notes on any site 
✔︎ Sync to Mobile apps(iOS & Android)
✔︎ Import bookmarks and top sites
✔︎ Save selected text-snippets
✔︎ Search sites and items
✔︎ Dark/light theme
✔︎ Shared workspaces
✔︎ Share categories via public link
✔︎ Upload custom emojis

Try without an account. All features included up to 30 saves.

Questions or requests? We are always open to feedback. Contact us at [email protected] or use our chatbot at tabextend.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tabExtend tabExtend
ID ffikidnnejmibopbgbelephlpigeniph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabextend/ffikidnnejmibopbgbelephlpigeniph
คำอธิบาย Transform your browser workflow
ขนาดไฟล์ 2.4 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2021-01-07
คะแนน 4.64/5 รวมทั้งหมด 297 คะแนน
ผู้พัฒนา https://tabextend.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tabextend.com
URL หน้าช่วยเหลือ https://www.tabextend.com/guide
URL หน้านโยบายความเป็นส่วนตัว https://www.tabextend.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tabExtend",
    "author": "Aconiti Interfaces",
    "version": "2.4.0",
    "description": "Transform your browser workflow",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png",
        "192": "Logo192.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Open tabExtend"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "storage"
    ],
    "optional_permissions": [
        "topSites",
        "downloads",
        "bookmarks"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com; object-src 'self'"
}