Smart Note
A friendly notepad you can easily add tabs to a note.
Was ist Smart Note?
Smart Note ist eine Chrome-Erweiterung, die von Vere Perrot entwickelt wurde, und ihr Hauptmerkmal ist "A friendly notepad you can easily add tabs to a note.".
Erweiterungsscreenshots
Smart Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
Offizielle URL | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
Beschreibung | A friendly notepad you can easily add tabs to a note. |
Dateigröße | 416 KB |
Installationsanzahl | 995 |
Aktuelle Version | 1.7 |
Letztes Update | 2016-01-02 |
Veröffentlichungsdatum | 2016-01-02 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Vere Perrot |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |