Easy Notes
Extension to display activities related to current page.
Easy Notesとは何ですか?
Easy Notesはhttp://notemyweb.comによって開発されたChromeの拡張機能で、その主な機能は「Extension to display activities related to current page.」です。
拡張機能のスクリーンショット
Easy Notes拡張機能のCRXファイルをダウンロード
Easy Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the notemyweb.com icon at the top, and take notes in the popup. We save your note's, to-do's, reminder's and favorite web pages for you - safe and secure!. Open any website and see only the notes you have previously taken on that website. Your notes will be in sync with other devices like mobiles,tablets and browsers. "Easy Notes" is useful in below scenarios 1. Login ids in each website. (You don't need to remember your login ids in each website. Just store your id as note under the respective website and access it by just visiting the respective website. ) 2. Store text area contents. (example: your address, security question answers). 3. Have todo list on each website. (example: transfer funds in banking site, booking-id in online shopping site). 4. Create reminder's on any website. Notification for your reminder's will be sent via facebook and email. "Easy Notes" is available in Android, iPhone and iPad. Everything syncs and is available on your mobile device. Learn more: - Twitter: http://twitter.com/notemyweb - Facebook: http://facebook.com/notemyweb - Contact us: [email protected]
拡張機能の基本情報
名前 | |
ID | blgcnhmgdbedifnkebdlmbpgccbondcc |
公式URL | https://chrome.google.com/webstore/detail/easy-notes/blgcnhmgdbedifnkebdlmbpgccbondcc |
説明 | Extension to display activities related to current page. |
ファイルサイズ | 6.29 KB |
インストール数 | 38 |
現在のバージョン | 4 |
最終更新日 | 2013-05-05 |
公開日 | 2013-05-05 |
評価 | 1.00/5 合計 4 レビュー |
開発者 | http://notemyweb.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.notemyweb.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Notes", "version": "4", "manifest_version": 2, "description": "Extension to display activities related to current page.", "browser_action": { "default_icon": "notes.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.notemyweb.com\/*", "https:\/\/www.notemyweb.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html" } |