Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Highlight google search result text là gì?
Highlight google search result text là một tiện ích mở rộng Chrome được phát triển bởi Zudwa, và tính năng chính của nó là "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".
Ả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 Highlight google search result text
Tải xuống các tệp mở rộng Highlight google search result text 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
URL Chính Thức | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
Mô tả | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
Kích Thước Tệp | 12.97 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2014-04-03 |
Ngày Phát Hành | 2014-04-02 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Zudwa |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |