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 |
官方網址 | 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 |
電子郵箱 | [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 } |