Simple Quick Note

Simple extension for quick notes with a characters' counting feature

Qu'est-ce que Simple Quick Note ?

Simple Quick Note est une extension Chrome développée par Roman Grinyov, et sa fonction principale est "Simple extension for quick notes with a characters' counting feature".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Quick Note

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

                        This extension is intended for quick notes that will be stored and synchronized in all your desktop devices

Source code: https://goo.gl/hoYFHG                    

Informations de Base sur l'Extension

Nom Simple Quick Note Simple Quick Note
ID jiabjkckgapmaalmfbjdkcbkpiafnfga
URL Officiel https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga
Description Simple extension for quick notes with a characters' counting feature
Taille du Fichier 118 KB
Nombre d'Installations 647
Version Actuelle 1.3.12
Dernière Mise à Jour 2023-11-20
Date de Publication 2018-08-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Roman Grinyov
Email [email protected]
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 Quick Note",
    "description": "Simple extension for quick notes with a characters' counting feature",
    "version": "1.3.12",
    "icons": {
        "16": "img\/icons\/action-edit\/16x16.png",
        "48": "img\/icons\/action-edit\/48x48.png",
        "128": "img\/icons\/action-edit\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/action-edit\/16x16.png",
            "48": "img\/icons\/action-edit\/48x48.png",
            "128": "img\/icons\/action-edit\/128x128.png"
        },
        "default_title": "Simple Quick Note",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/events.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}