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 |
官方網址 | 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" } |