Super Easy Notes!
Super simple Chrome notes!
什麼是Super Easy Notes!?
Super Easy Notes!是由abhid90210開發的Chrome擴展程式,該擴展的主要功能是“Super simple Chrome notes!”。
擴展截圖
下載Super Easy Notes!擴展crx文件
下載Super Easy Notes!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Saves: - Phone numbers - Addresses - Websites - Jokes But wait there's more: Now also store other textual type of information. :) Without ever leaving your Chrome. ---- Important: Currently all notes are stored in your local system. Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer. ---- - Authentication feature coming soon. - Syncing with GDrive coming soon.
擴展基本資訊
名稱 | |
ID | ihljjldlepkbibpbkfnmmkhfgeeiiiid |
官方網址 | https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid |
簡介 | Super simple Chrome notes! |
檔案大小 | 291 KB |
安裝次數 | 528 |
目前版本 | 0.0.0.4 |
更新時間 | 2014-04-30 |
上架時間 | 2014-04-30 |
評分 | 4.40/5 共 5 次評分 |
開發者 | abhid90210 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.0.4", "default_locale": "en", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "19": "images\/browserAction.png", "38": "images\/browserAction.png" }, "default_title": "__MSG_extDefaultTitle__", "default_popup": "app\/index.html" }, "permissions": [ "identity", "storage", "https:\/\/accounts.google.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/ssl.gstatic.com\/", "https:\/\/apis.google.com\/" ], "oauth2": { "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |