Turbonav

Turbocharge your browser tab management experience

Turbonavคืออะไร?

Turbonav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://turbonav.com และคุณลักษณะหลักของมันคือ "Turbocharge your browser tab management experience"

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

screenshot
screenshot
screenshot

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

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

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

                        Eliminate tedious actions so you can focus on your most important work.

Turbonav helps you easily schedule tabs for later, block distracting websites, control website actions, and much more, with a command interface. 

It's designed for quick access. Keyboard shortcuts and bindings, no mouse required!

Turbocharge your browser experience 🚀


✨ Features:
- Control website actions with a command. Try it on Webflow, Gmail, and Notion.
   - On Webflow, update a margin of an element, find an element or style property, move an element in the website hierarchy and so much more
   - On Gmail, quickly archive, mark as important, and much more
- Save links using #tag/organization
- Save a window session, speeding up your computer and reducing memory consumption
- Copy URL or markdown URL

🎯 Pro Features:
- Commands to power through your email and achieve inbox zero on Gmail.
- Schedule for later. Type “tomorrow at 9am” and Turbonav saves the tab and opens it at the specified date and time
- Plan goals for your day
- Create a focus session to get work done
- Block your most distracting websites


🔒 Privacy & Security
Turbonav believes in the importance of privacy and security for everyone. Turbonav is designed to be offline-first, so your information stays on your computer.

Turbonav uses Amplitude to solemnly track actions to improve the user experience with new iterations. No unique information about the user is captured.

For more information: https://www.turbonav.com/privacy


❤️ Support
If you have any feedback, feature requests, or issues please let us know at [email protected], thanks!                    

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

ชื่อ Turbonav Turbonav
ID kcehhlafogfkbffpgkenmnjiiokcncfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbonav/kcehhlafogfkbffpgkenmnjiiokcncfc
คำอธิบาย Turbocharge your browser tab management experience
ขนาดไฟล์ 6.46 MB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 0.9.11
อัปเดตครั้งล่าสุด 2022-09-30
วันที่เผยแพร่ 2021-12-02
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://turbonav.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.turbonav.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turbonav",
    "version": "0.9.11",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Turbocharge your browser tab management experience",
    "homepage_url": "https:\/\/turbonav.com",
    "short_name": "Turbonav",
    "permissions": [
        "tabs",
        "activeTab",
        "commands",
        "storage",
        "unlimitedStorage",
        "alarms",
        "notifications",
        "https:\/\/app.turbonav.com\/*",
        "https:\/\/webflow.com\/*",
        "https:\/\/*.webflow.com\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "author": "Turbonav",
    "minimum_chrome_version": "88",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png"
        },
        "default_title": "Open Turbonav"
    },
    "commands": {
        "toggle-turbonav": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Toggle Turbonav"
        },
        "save-link": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save Link"
        },
        "schedule-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "Command+Shift+C"
            },
            "description": "Schedule Tab"
        }
    },
    "web_accessible_resources": [
        "css\/turboNavApp.css",
        "assets\/icons\/*.png",
        "assets\/changelog\/*.png",
        "turbonav.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/staging--turbonav.netlify.app\/*",
            "https:\/\/app.turbonav.com\/*"
        ]
    }
}