Snap Note

A Chrome Extension in the form of a pop-up notepad with various functions

Hvad er Snap Note?

Snap Note er en Chrome-udvidelse udviklet af Arthelon, og dens hovedfunktion er "A Chrome Extension in the form of a pop-up notepad with various functions".

Udvidelsesskærmbilleder

screenshot

Download Snap Note-udvidelses-CRX-fil

Download Snap Note-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

                        A Chrome Extension in the form of a pop-up notepad with various functions.

IMPORTANT : 
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.                    

Grundlæggende oplysninger om udvidelsen

Navn Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
Officiel URL https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
Beskrivelse A Chrome Extension in the form of a pop-up notepad with various functions
Filstørrelse 277 KB
Antal Installationer 908
Nuværende Version 0.0.5
Senest Opdateret 2015-09-11
Udgivelsesdato 2015-09-11
Bedømmelse 3.91/5 Samlet 11 Bedømmelser
Udvikler Arthelon
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/Arthelon
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Note",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A Chrome Extension in the form of a pop-up notepad with various functions",
    "author": "Daniel Hsing",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "images\/note-32.png",
        "48": "images\/note-48.png",
        "128": "images\/note-128.png"
    },
    "browser_action": {
        "default_icon": "images\/note-128.png",
        "default_title": "Snap Note",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "index.html",
        "js\/popup.js"
    ]
}