NotesPlusPlus - A Free Notepad Extension
A simple in browser notes application to keep track of what you need to do!
NotesPlusPlus - A Free Notepad Extensionとは何ですか?
NotesPlusPlus - A Free Notepad Extensionはwww.grapecake.comによって開発されたChromeの拡張機能で、その主な機能は「A simple in browser notes application to keep track of what you need to do!」です。
拡張機能のスクリーンショット
NotesPlusPlus - A Free Notepad Extension拡張機能のCRXファイルをダウンロード
NotesPlusPlus - A Free Notepad Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus! - Three new themes added. - Notes are stored within browser cache. - version 0.1.0 out now https://bowyer.co
拡張機能の基本情報
名前 | NotesPlusPlus - A Free Notepad Extension |
ID | mmgdpdodbmledhfldedhoechpchkdhda |
公式URL | https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda |
説明 | A simple in browser notes application to keep track of what you need to do! |
ファイルサイズ | 230 KB |
インストール数 | 28 |
現在のバージョン | 0.1.3 |
最終更新日 | 2019-05-05 |
公開日 | 2019-05-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | www.grapecake.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://bowyer.co |
プライバシーポリシーページのURL | https://grapecake.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NotesPlusPlus - A Free Notepad Extension", "short_name": "Notes++", "description": "A simple in browser notes application to keep track of what you need to do!", "version": "0.1.3", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [] } |