Similar PNG
Similar PNG
Similar PNGคืออะไร?
Similar PNG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://similarcontent.com และคุณลักษณะหลักของมันคือ "Similar PNG"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Similar PNG
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lofmfoopafghkkokbblandhanihfjpgo |
URL อย่างเป็นทางการ | 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\/*" ] } |