Take a note
This extension will let you take a simple note in Chrome.
Qu'est-ce que Take a note ?
Take a note est une extension Chrome développée par omgmog, et sa fonction principale est "This extension will let you take a simple note in Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Take a note
Téléchargez les fichiers d'extension Take a 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 simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.
Informations de Base sur l'Extension
Nom | Take a note |
ID | kfiafdpdemicicjnfadpklcolhjghggp |
URL Officiel | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
Description | This extension will let you take a simple note in Chrome. |
Taille du Fichier | 15.07 KB |
Nombre d'Installations | 682 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-09-30 |
Date de Publication | 2013-09-30 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | omgmog |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://omgmog.net |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Take a note", "description": "This extension will let you take a simple note in Chrome.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |