Smart Note
A friendly notepad you can easily add tabs to a note.
Vad är Smart Note?
Smart Note är en Chrome-tillägg utvecklad av Vere Perrot, och dess huvudfunktion är "A friendly notepad you can easily add tabs to a note.".
Tilläggsskärmbilder
Ladda ner Smart Note-förlängningens CRX-fil
Ladda ner Smart Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
Officiell webbadress | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
Beskrivning | A friendly notepad you can easily add tabs to a note. |
Filstorlek | 416 KB |
Antal Installationer | 995 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2016-01-02 |
Publiceringsdatum | 2016-01-02 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | Vere Perrot |
Betalningssätt | free |
Stödda Språk | 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'" } |