nuTab

Capture your thoughts and save favorite pages in a new tab

什麼是nuTab?

nuTab是由https://nutab.co開發的Chrome擴展程式,該擴展的主要功能是“Capture your thoughts and save favorite pages in a new tab”。

擴展截圖

screenshot
screenshot
screenshot

下載nuTab擴展crx文件

下載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
官方網址 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"
    }
}