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 |
公式URL | 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" ] } } |