Tab Notes

Allow you to write anything in new tab

Wat is Tab Notes?

Tab Notes is een Chrome-extensie ontwikkeld door https://blog.wildsky.cc, en de belangrijkste functie is "Allow you to write anything in new tab".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tab Notes

Download Tab Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
Officiële URL https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Beschrijving Allow you to write anything in new tab
Bestandsgrootte 116 KB
Aantal Installaties 1,782
Huidige Versie 3.2.0
Laatst Bijgewerkt 2022-03-03
Publicatiedatum 2020-03-08
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://blog.wildsky.cc
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://readmoo.com/terms/privacy
Ondersteunde Talen 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"
            }
        }
    }
}