Chrome Note
A handy way to keep notes while you browse the web
Qu'est-ce que Chrome Note ?
Chrome Note est une extension Chrome développée par gazza7205, et sa fonction principale est "A handy way to keep notes while you browse the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Note
Téléchargez les fichiers d'extension Chrome 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 is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
Informations de Base sur l'Extension
Nom | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
URL Officiel | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
Description | A handy way to keep notes while you browse the web |
Taille du Fichier | 86.14 KB |
Nombre d'Installations | 1,069 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-07-26 |
Date de Publication | 2015-07-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | gazza7205 |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |