nuTab

Capture your thoughts and save favorite pages in a new tab

nuTabคืออะไร?

nuTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nutab.co และคุณลักษณะหลักของมันคือ "Capture your thoughts and save favorite pages in a new tab"

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

screenshot
screenshot
screenshot

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

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

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

                        nuTab is the place for your notes, drafts and todos where you won't ever forget them.

📝 Rich text formatting
Use markdown, keyboard shortcuts or inline controls

🔒 Privacy
Your notes and favorite pages are saved only on your machine

📦 Export
Download a markdown export of your notes anytime

💚 Favorite links
Save sites you visit frequently or just don't want to forget

🌗 Dark and light mode
Switch between two beautiful themes

🚀 Blazing fast
Because you don't have time to wait for the new tab to load                    

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

ชื่อ nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
คำอธิบาย Capture your thoughts and save favorite pages in a new tab
ขนาดไฟล์ 709 KB
จำนวนการติดตั้ง 1,917
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2020-05-13
คะแนน 4.50/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://nutab.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nutab.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nuTab",
    "description": "Capture your thoughts and save favorite pages in a new tab",
    "version": "1.1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "nuTab",
        "default_popup": "popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}