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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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
}