Super Easy Notes!
Super simple Chrome notes!
Qu'est-ce que Super Easy Notes! ?
Super Easy Notes! est une extension Chrome développée par abhid90210, et sa fonction principale est "Super simple Chrome notes!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Easy Notes!
Téléchargez les fichiers d'extension Super Easy Notes! 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
Saves: - Phone numbers - Addresses - Websites - Jokes But wait there's more: Now also store other textual type of information. :) Without ever leaving your Chrome. ---- Important: Currently all notes are stored in your local system. Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer. ---- - Authentication feature coming soon. - Syncing with GDrive coming soon.
Informations de Base sur l'Extension
Nom | |
ID | ihljjldlepkbibpbkfnmmkhfgeeiiiid |
URL Officiel | https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid |
Description | Super simple Chrome notes! |
Taille du Fichier | 291 KB |
Nombre d'Installations | 528 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2014-04-30 |
Date de Publication | 2014-04-30 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | abhid90210 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.0.4", "default_locale": "en", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "19": "images\/browserAction.png", "38": "images\/browserAction.png" }, "default_title": "__MSG_extDefaultTitle__", "default_popup": "app\/index.html" }, "permissions": [ "identity", "storage", "https:\/\/accounts.google.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/ssl.gstatic.com\/", "https:\/\/apis.google.com\/" ], "oauth2": { "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |