Pixabay PNG
Pixabay PNG
什麼是Pixabay PNG?
Pixabay PNG是由robertsteele開發的Chrome擴展程式,該擴展的主要功能是“Pixabay PNG”。
擴展截圖
下載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 |
ID | kjflcmcecbijlabokdphgjofanlcnmgm |
官方網址 | 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\/*" ] } |