Show and Copy Image Properties
You can see the properties of the image and copy them to the clipboard easily.
Show and Copy Image Properties là gì?
Show and Copy Image Properties là một tiện ích mở rộng Chrome được phát triển bởi Mustafa KÜÇÜK, và tính năng chính của nó là "You can see the properties of the image and copy them to the clipboard easily.".
Ả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 Show and Copy Image Properties
Tải xuống các tệp mở rộng Show and Copy Image Properties 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
You can see the properties of the image and copy them to the clipboard easily. Compatible with SVG code and all image extensions (png, svg, jpeg) You can see some properties of related image if hover over any image or icon. You can see these properties: - URL - Name - Width, Height - Class, Alt Note: Extension will be disable when first installed you can enable click the extension icon. So you can disable the extension instead of remove while not using. When you disable the extension by clicking the icon, you cannot see the details when you hover over any image or icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show and Copy Image Properties |
ID | eaploabmglgipkcebcdbaibdghlhgjab |
URL Chính Thức | https://chromewebstore.google.com/detail/show-and-copy-image-prope/eaploabmglgipkcebcdbaibdghlhgjab |
Mô tả | You can see the properties of the image and copy them to the clipboard easily. |
Kích Thước Tệp | 30.46 KB |
Số Lần Cài Đặt | 123 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-03-15 |
Ngày Phát Hành | 2022-03-15 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Mustafa KÜÇÜK |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "assets\/icons\/16.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "assets\/js\/popperjs.js", "assets\/js\/tippy.js", "assets\/js\/inject.js" ], "css": [ "assets\/css\/app.css" ] } ], "action": [], "permissions": [ "storage", "activeTab" ] } |