Pickle Notes
A place to take quick notes within the browser.
Pickle Notesとは何ですか?
Pickle NotesはYouth Moleculeによって開発されたChromeの拡張機能で、その主な機能は「A place to take quick notes within the browser.」です。
拡張機能のスクリーンショット
Pickle Notes拡張機能のCRXファイルをダウンロード
Pickle Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pickle notes is an extension which allows users to take notes within the web browser. Pickle Notes makes it quick and easy to take, read, and manage notes. Please review and email any feedback to [email protected].
拡張機能の基本情報
名前 | Pickle Notes |
ID | hhfmbjamhpgdajieofhnmkkfbbbepdkp |
公式URL | https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp |
説明 | A place to take quick notes within the browser. |
ファイルサイズ | 59.33 KB |
インストール数 | 68 |
現在のバージョン | 1.2.3 |
最終更新日 | 2022-06-27 |
公開日 | 2020-03-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Youth Molecule |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pickle Notes", "version": "1.2.3", "description": "A place to take quick notes within the browser.", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/notes_logo16.png", "32": "images\/notes_logo32.png", "48": "images\/notes_logo48.png", "128": "images\/notes_logo128.png" } }, "icons": { "16": "images\/notes_logo16.png", "32": "images\/notes_logo32.png", "48": "images\/notes_logo48.png", "128": "images\/notes_logo128.png" }, "manifest_version": 2 } |