NoteTaker

Take quick notes and save them without moving away from your browser!

Vad är NoteTaker?

NoteTaker är en Chrome-tillägg utvecklad av Nehan Sikder, och dess huvudfunktion är "Take quick notes and save them without moving away from your browser!".

Tilläggsskärmbilder

screenshot

Ladda ner NoteTaker-förlängningens CRX-fil

Ladda ner NoteTaker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

Grundläggande Information om Tillägg

Namn NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
Officiell webbadress https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Beskrivning Take quick notes and save them without moving away from your browser!
Filstorlek 394 KB
Antal Installationer 1,015
Aktuell Version 0.0.0.3
Senast Uppdaterad 2017-01-15
Publiceringsdatum 2017-01-15
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Nehan Sikder
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}