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
公式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
Eメール [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"
    }
}