TabNote

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

Hvad er TabNote?

TabNote er en Chrome-udvidelse udviklet af https://berry.ai, og dens hovedfunktion er "Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download TabNote-udvidelses-CRX-fil

Download TabNote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TabNote TabNote
ID jncefijnopciiocdgnhgbjkajeljnobn
Officiel URL https://chromewebstore.google.com/detail/tabnote/jncefijnopciiocdgnhgbjkajeljnobn
Beskrivelse Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…
Filstørrelse 301 KB
Antal Installationer 44
Nuværende Version 0.2
Senest Opdateret 2017-01-17
Udgivelsesdato 2017-01-17
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://berry.ai
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}