Smart Note
A friendly notepad you can easily add tabs to a note.
Smart Noteとは何ですか?
Smart NoteはVere Perrotによって開発されたChromeの拡張機能で、その主な機能は「A friendly notepad you can easily add tabs to a note.」です。
拡張機能のスクリーンショット
Smart Note拡張機能のCRXファイルをダウンロード
Smart Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
公式URL | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
説明 | A friendly notepad you can easily add tabs to a note. |
ファイルサイズ | 416 KB |
インストール数 | 995 |
現在のバージョン | 1.7 |
最終更新日 | 2016-01-02 |
公開日 | 2016-01-02 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | Vere Perrot |
支払い方法 | free |
対応言語 | 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'" } |