Easy Notes
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
什麼是Easy Notes?
Easy Notes是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…”。
擴展截圖
下載Easy Notes擴展crx文件
下載Easy Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again. Features - Can be accessed from any website - Can have multiple notes at once - Can be opened with the touch of a button Download Easy Notes and become a note taking master.
擴展基本資訊
名稱 | Easy Notes |
ID | lnafpiakeojhhfeelcipophjckaceccn |
官方網址 | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
簡介 | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
檔案大小 | 86.36 KB |
安裝次數 | 2,105 |
目前版本 | 0.1.1 |
更新時間 | 2017-01-07 |
上架時間 | 2017-01-06 |
評分 | 4.40/5 共 5 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Notes", "version": "0.1.1", "browser_action": { "default_icon": "Icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] } } |