HyperLinkImage
Showing all link image
HyperLinkImage là gì?
HyperLinkImage là một tiện ích mở rộng Chrome được phát triển bởi Ralvar, và tính năng chính của nó là "Showing all link image".
Ả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 HyperLinkImage
Tải xuống các tệp mở rộng HyperLinkImage 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
Use Case: Convert image URL in webpage into image element
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HyperLinkImage |
ID | enpjmoepmhbpenjgoepiejaoiaciimah |
URL Chính Thức | https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah |
Mô tả | Showing all link image |
Kích Thước Tệp | 76.12 KB |
Số Lần Cài Đặt | 133 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2014-08-25 |
Ngày Phát Hành | 2014-08-25 |
Nhà Phát Triển | Ralvar |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "Showing all link image", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "contextMenus", "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |