Smart Note
A friendly notepad you can easily add tabs to a note.
Cos'è Smart Note?
Smart Note è un'estensione di Chrome sviluppata da Vere Perrot, e la sua funzione principale è "A friendly notepad you can easily add tabs to a note.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Note
Scarica i file di estensione Smart Note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
URL Ufficiale | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
Descrizione | A friendly notepad you can easily add tabs to a note. |
Dimensione del File | 416 KB |
Conteggio Installazioni | 995 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2016-01-02 |
Data di Pubblicazione | 2016-01-02 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Vere Perrot |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |