Similar PNG
Similar PNG
Similar PNG là gì?
Similar PNG là một tiện ích mở rộng Chrome được phát triển bởi https://similarcontent.com, và tính năng chính của nó là "Similar PNG".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Similar PNG
Tải xuống các tệp mở rộng Similar PNG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lofmfoopafghkkokbblandhanihfjpgo |
URL Chính Thức | https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo |
Mô tả | Similar PNG |
Kích Thước Tệp | 627 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-04-17 |
Ngày Phát Hành | 2020-04-17 |
Nhà Phát Triển | https://similarcontent.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://similarpng.com |
URL Trang Trợ Giúp | https://similarpng.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |