Similar PNG

Similar PNG

什麼是Similar PNG?

Similar PNG是由https://similarcontent.com開發的Chrome擴展程式,該擴展的主要功能是“Similar PNG”。

擴展截圖

screenshot
screenshot
screenshot

下載Similar PNG擴展crx文件

下載Similar PNG擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Here on Similar PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.
Create your free account: https://similarpng.com/register/ 
Download unlimited PNG files now using the chrome extention                    

擴展基本資訊

名稱 Similar PNG Similar PNG
ID lofmfoopafghkkokbblandhanihfjpgo
官方網址 https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo
簡介 Similar PNG
檔案大小 627 KB
安裝次數 86
目前版本 1.0.0
更新時間 2020-04-17
上架時間 2020-04-17
開發者 https://similarcontent.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://similarpng.com
說明頁面URL https://similarpng.com/contact/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Similar PNG",
    "description": "Similar 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:\/\/similarpng.com\/*"
    ]
}