Tab Notes

Allow you to write anything in new tab

What is Tab Notes?

Tab Notes is a Chrome extension developed by https://blog.wildsky.cc, and its main feature is "Allow you to write anything in new tab".

Extension Screenshots

screenshot
screenshot

Download Tab Notes Extension CRX File

Download Tab Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
Official URL https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Description Allow you to write anything in new tab
File Size 116 KB
Installation Count 1,782
Current Version 3.2.0
Last Updated 2022-03-03
Publish Date 2020-03-08
Rating 5.00/5 Total 7 Ratings
Developer https://blog.wildsky.cc
Email [email protected]
Payment Type free
Privacy Policy Page URL https://readmoo.com/terms/privacy
Supported Languages 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"
            }
        }
    }
}