Smart Note
A friendly notepad you can easily add tabs to a note.
Qu'est-ce que Smart Note ?
Smart Note est une extension Chrome développée par Vere Perrot, et sa fonction principale est "A friendly notepad you can easily add tabs to a note.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Note
Téléchargez les fichiers d'extension Smart 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 friendly notepad you can easily add tabs to a note. Features: * Add note. * Add todo list. * Add tab to a note. * Add tabs to a note. * Show favorite notes. * Search in the notes. * Open the smart note as tab. * Edit tabs. * Edit notes. * Show help page. * Sync notes to your google account. * Click fav icon to open a link. * Support Chinese(China),Chinese(Taiwan),English locales.
Informations de Base sur l'Extension
Nom | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
URL Officiel | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
Description | A friendly notepad you can easily add tabs to a note. |
Taille du Fichier | 416 KB |
Nombre d'Installations | 995 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2016-01-02 |
Date de Publication | 2016-01-02 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Vere Perrot |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.7", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "debugger", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |