Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

Vad är Easy Note?

Easy Note är en Chrome-tillägg utvecklad av ozanerturk17, och dess huvudfunktion är "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".

Tilläggsskärmbilder

screenshot

Ladda ner Easy Note-förlängningens CRX-fil

Ladda ner Easy Note-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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Grundläggande Information om Tillägg

Namn Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
Officiell webbadress https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Beskrivning Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Filstorlek 222 KB
Antal Installationer 33
Aktuell Version 1.3.1
Senast Uppdaterad 2024-02-27
Publiceringsdatum 2021-03-10
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare ozanerturk17
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ozanerturk/easy-note-chrome-extension
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}