Pixabay PNG

Pixabay PNG

什么是Pixabay PNG?

Pixabay PNG是由robertsteele开发的Chrome扩展程序,该扩展的主要功能是“Pixabay PNG”。

扩展截图

screenshot

下载Pixabay PNG扩展crx文件

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

扩展使用说明

                        Pixabay PNG
Here on Pixabay PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.                    

扩展基本信息

名称 Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
官方URL https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
简介 Pixabay PNG
文件大小 617 KB
安装次数 239
当前版本 1.0.0
更新时间 2021-05-05
上架时间 2021-04-26
开发者 robertsteele
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pixabay.com
帮助页面URL https://pixabay.com/contact
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixabay PNG",
    "description": "Pixabay PNG",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/pixabay.com\/*"
    ]
}