Simple Notetaking
Just a simple plugin to take notes directly in your browser.
Simple Notetakingとは何ですか?
Simple NotetakingはRafael Almeidaによって開発されたChromeの拡張機能で、その主な機能は「Just a simple plugin to take notes directly in your browser.」です。
拡張機能のスクリーンショット
Simple Notetaking拡張機能のCRXファイルをダウンロード
Simple Notetaking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Simple Notetaking |
ID | mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
公式URL | https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
説明 | Just a simple plugin to take notes directly in your browser. |
ファイルサイズ | 40.92 KB |
インストール数 | 139 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-02-09 |
公開日 | 2016-02-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Rafael Almeida |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notetaking", "description": "Just a simple plugin to take notes directly in your browser.", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "Simple Notetaking", "default_popup": "views\/popup.html" }, "permissions": [ "storage" ] } |