Synotepad
Instant saving notepad
Qu'est-ce que Synotepad ?
Synotepad est une extension Chrome développée par mathias.lecuyer, et sa fonction principale est "Instant saving notepad".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Synotepad
Téléchargez les fichiers d'extension Synotepad 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
Do you often want to write instantly an idea or a thought? Synotepad is made for you! Juste click the icon and a text box opens instantly!
Informations de Base sur l'Extension
Nom | Synotepad |
ID | mmmbiihnjgnaklgnpjnppfehfilhpndo |
URL Officiel | https://chromewebstore.google.com/detail/synotepad/mmmbiihnjgnaklgnpjnppfehfilhpndo |
Description | Instant saving notepad |
Taille du Fichier | 62.46 KB |
Nombre d'Installations | 666 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-04-21 |
Date de Publication | 2013-04-21 |
Évaluation | 3.75/5 Total 8 Évaluations |
Développeur | mathias.lecuyer |
Type de Paiement | free |
Site Web de l'Extension | http://rannios.free.fr/?/notepad |
Langues Prises en Charge | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "logo-48.png", "default_popup": "main.html", "default_title": "Synotepad" }, "web_accessible_resources": [ "logo-48.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Instant saving notepad", "background": { "scripts": [ "contentscript.js" ] }, "name": "Synotepad", "permissions": [ "storage", "unlimitedStorage" ], "icons": { "48": "logo-48.png", "128": "logo-128.png", "16": "logo-16.png" }, "homepage_url": "http:\/\/rannios.free.fr\/?\/notepad", "manifest_version": 2, "version": "1.0" } |