Synced Note
Note synchronised over all chrome browsers where user is logged on.
Qu'est-ce que Synced Note ?
Synced Note est une extension Chrome développée par vtoman, et sa fonction principale est "Note synchronised over all chrome browsers where user is logged on.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Synced Note
Téléchargez les fichiers d'extension Synced 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
Single note extension that is synchronized over all the chrome browsers where you are logged on. Remove the clutter and endless number of notes that you never look again after you write them. If you find bugs or think some feature would benefit this extension, please free to contact me at [email protected]. Version 1.0.3 (28.02.2016) -------------------------- It is now possible to do the following: - Change the font size - Change the font color - Change the background color - Change the size of the note All these settings are synchronized over all chrome browsers as well. Thanks to my friend grimy for making these changes and contributing to the project.
Informations de Base sur l'Extension
Nom | Synced Note |
ID | lbanbkjandigagnojinccmlckgoacgpm |
URL Officiel | https://chromewebstore.google.com/detail/synced-note/lbanbkjandigagnojinccmlckgoacgpm |
Description | Note synchronised over all chrome browsers where user is logged on. |
Taille du Fichier | 251 KB |
Nombre d'Installations | 386 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-02-28 |
Date de Publication | 2016-02-28 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | vtoman |
[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": "Synced Note", "description": "Note synchronised over all chrome browsers where user is logged on.", "version": "1.0.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Synced Note", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |