Tab Notes

Allow you to write anything in new tab

Tab Notesとは何ですか?

Tab Notesはhttps://blog.wildsky.ccによって開発されたChromeの拡張機能で、その主な機能は「Allow you to write anything in new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tab Notes拡張機能のCRXファイルをダウンロード

Tab Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features:

* Easy-to-use: Just open new tab, and write down thoughts.
* Manage-less: There is only one note: your new tab.
* Auto-save: No worries about saving things when writing.
* Theme: Support light and dark theme.
* Lightweight and fast: Just try and enjoy it.
* Multi-notes
* Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes

---

This add-on is ported from Tab Notes on Firefox.

https://addons.mozilla.org/firefox/addon/tab-notes/                    

拡張機能の基本情報

名前 Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
公式URL https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
説明 Allow you to write anything in new tab
ファイルサイズ 116 KB
インストール数 1,782
現在のバージョン 3.2.0
最終更新日 2022-03-03
公開日 2020-03-08
評価 5.00/5 合計 7 レビュー
開発者 https://blog.wildsky.cc
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://readmoo.com/terms/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0a1"
        }
    },
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "manifest_version": 2,
    "name": "Tab Notes",
    "version": "3.2.0",
    "description": "Allow you to write anything in new tab",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/48.png",
        "default_title": "Tab notes",
        "default_popup": "newtab.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    }
}