Snap Note

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

Qu'est-ce que Snap Note ?

Snap Note est une extension Chrome développée par Arthelon, et sa fonction principale est "A Chrome Extension in the form of a pop-up notepad with various functions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snap Note

Téléchargez les fichiers d'extension Snap Note au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
URL Officiel https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
Description A Chrome Extension in the form of a pop-up notepad with various functions
Taille du Fichier 277 KB
Nombre d'Installations 908
Version Actuelle 0.0.5
Dernière Mise à Jour 2015-09-11
Date de Publication 2015-09-11
Évaluation 3.91/5 Total 11 Évaluations
Développeur Arthelon
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Arthelon
Langues Prises en Charge 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"
    ]
}