Simple Notetaking

Just a simple plugin to take notes directly in your browser.

Qu'est-ce que Simple Notetaking ?

Simple Notetaking est une extension Chrome développée par Rafael Almeida, et sa fonction principale est "Just a simple plugin to take notes directly in your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Notetaking

Téléchargez les fichiers d'extension Simple Notetaking 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

                                            

Informations de Base sur l'Extension

Nom Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
URL Officiel https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Description Just a simple plugin to take notes directly in your browser.
Taille du Fichier 40.92 KB
Nombre d'Installations 139
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-02-09
Date de Publication 2016-02-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Rafael Almeida
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}