BigImage
Enlarges the images upon hovering the mouse over it
BigImage là gì?
BigImage là một tiện ích mở rộng Chrome được phát triển bởi seposwatdevelopers, và tính năng chính của nó là "Enlarges the images upon hovering the mouse over it".
Ả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 BigImage
Tải xuống các tệp mở rộng BigImage 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
This tool is for internal SEPO group to be used to enlarge images or automatically load all the present images in Paragon in new tabs to help increase productivity.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BigImage |
ID | eiglfjgonnbhjkiajjeafigapjccekfh |
URL Chính Thức | https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh |
Mô tả | Enlarges the images upon hovering the mouse over it |
Kích Thước Tệp | 9.13 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-09-11 |
Ngày Phát Hành | 2023-09-10 |
Nhà Phát Triển | seposwatdevelopers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BigImage", "description": "Enlarges the images upon hovering the mouse over it", "version": "1.0", "author": "Kritartha Borthakur @kritarb", "icons": { "16": "\/images\/new16.png", "48": "\/images\/new48.png", "128": "\/images\/new128.png" }, "page_action": { "default icon": { "16": "\/images\/new16.png", "48": "\/images\/new48.png", "128": "\/images\/new128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/paragon-na.amazon.com\/*", "https:\/\/paragon-eu.amazon.com\/*" ], "all_frames": true, "js": [ "script.js" ], "run_at": "document_idle" } ] } |