Tab Notes

Allow you to write anything in new tab

Apa itu Tab Notes?

Tab Notes adalah ekstensi Chrome yang dikembangkan oleh https://blog.wildsky.cc, dan fitur utamanya adalah "Allow you to write anything in new tab".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab Notes

Unduh file ekstensi Tab Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
URL Resmi https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Deskripsi Allow you to write anything in new tab
Ukuran File 116 KB
Jumlah Instalasi 1,782
Versi Saat Ini 3.2.0
Terakhir Diperbarui 2022-03-03
Tanggal Publikasi 2020-03-08
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://blog.wildsky.cc
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://readmoo.com/terms/privacy
Bahasa yang Didukung 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"
            }
        }
    }
}