TabNote

Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…

Was ist TabNote?

TabNote ist eine Chrome-Erweiterung, die von https://berry.ai entwickelt wurde, und ihr Hauptmerkmal ist "Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TabNote-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabNote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar button, and you can quickly take some ideas, memos, phone number, etc. into an editable tab in browser. 

It can also auto-save the notes to browser local storage, even offline. So you don't need to worry about it would lose after closing the browser.                    

Grundlegende Informationen zur Erweiterung

Name TabNote TabNote
ID jncefijnopciiocdgnhgbjkajeljnobn
Offizielle URL https://chromewebstore.google.com/detail/tabnote/jncefijnopciiocdgnhgbjkajeljnobn
Beschreibung Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…
Dateigröße 301 KB
Installationsanzahl 44
Aktuelle Version 0.2
Letztes Update 2017-01-17
Veröffentlichungsdatum 2017-01-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://berry.ai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabNote",
    "version": "0.2",
    "icons": {
        "128": "tabnote.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "tabnote.png"
    },
    "permissions": [
        "tabs"
    ]
}