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 |
公式URL | https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm |
説明 | Pixabay PNG |
ファイルサイズ | 617 KB |
インストール数 | 239 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-05 |
公開日 | 2021-04-26 |
開発者 | robertsteele |
Eメール | [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\/*" ] } |