Peach

Share knowledge and opinion on any web page

什么是Peach?

Peach是由Peach开发的Chrome扩展程序,该扩展的主要功能是“Share knowledge and opinion on any web page”。

扩展截图

screenshot
screenshot

下载Peach扩展crx文件

下载Peach扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Peach allows you to share opinion on any web pages and make peach credits while browsing the internet. You can learn more here https://peachplugin.com/                    

扩展基本信息

名称 Peach Peach
ID affklpjfehnkiekjdoalajogpbmjgajk
官方URL https://chromewebstore.google.com/detail/peach/affklpjfehnkiekjdoalajogpbmjgajk
简介 Share knowledge and opinion on any web page
文件大小 920 KB
安装次数 1,000
当前版本 1.3.2
更新时间 2021-03-11
上架时间 2020-06-07
评分 4.47/5 共19次评分
开发者 Peach
电子邮箱 [email protected]
付费类型 free
扩展官网 https://peachplugin.com/
隐私政策页面URL https://peachplugin.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peach",
    "description": "Share knowledge and opinion on any web page",
    "version": "1.3.2",
    "content_security_policy": "script-src 'self' https:\/\/us-central1-peach-88787.cloudfunctions.net\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/firebasestorage.googleapis.com\/* https 'unsafe-inline'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "",
        "storage",
        "geolocation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                ".\/firebaseScripts\/firebase-app.js",
                ".\/firebaseScripts\/firebase-functions.js",
                ".\/firebaseScripts\/firebase-firestore.js",
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            ".\/firebaseScripts\/firebase-app.js",
            ".\/firebaseScripts\/firebase-auth.js",
            ".\/firebaseScripts\/firebase-functions.js",
            ".\/firebaseScripts\/firebase-firestore.js",
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/peachplugin.com\/*",
            "",
            "https:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        "index.html",
        "48.png",
        "eye.svg",
        "eyeClosed.svg",
        "waiting.gif",
        "plus.svg",
        "globle.svg",
        "peachIcon.svg",
        "smily.svg",
        "close.svg",
        "whiteCloseButton.png",
        "delete.svg",
        "peachPost.html",
        "floatNavi.html",
        "user1.png",
        "peachLogo.png",
        "comment.svg",
        "https:\/\/peachplugin.com\/*",
        "https:\/\/flatmates-res.cloudinary.com\/*",
        "https:\/\/firebasestorage.googleapis.com\/*",
        "https:\/\/*.cloudfunctions.net\/*",
        "floatNavi.js",
        "peachPost.css",
        "peachPost.js",
        "jquery.js",
        "https:\/\/www.gstatic.com\/firebasejs\/6.6.0\/firebase-app.js",
        "newPeachPost.html",
        "drag.svg",
        "newPeachPost.js",
        "peachPostIcon.png",
        "peachPostIconGrey.png",
        "twitter.svg",
        "report.svg",
        "pin.png",
        "link.png",
        "copy.png",
        "tick.png",
        "softDrink.png"
    ]
}