Admin Search
Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.
Admin Search là gì?
Admin Search là một tiện ích mở rộng Chrome được phát triển bởi fabulousbacr, và tính năng chính của nó là "Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.".
Ả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 Admin Search
Tải xuống các tệp mở rộng Admin Search 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
Extention allows to add a custom search engines in your context menu. Right click on selected text, choose one of the selected search engines(that can be altered in the Options page), to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more. How do I edit the Search Engines'' list? Just click on any row''s edit icon (the one with the little pencil) or just click the "name" column and edit its values. The "name" column refers to what you''ll see on the context menu. The "Search URL" refers to what the search engine needs to run your query. The %s symbol will be replaced with the selected text on your browser. You can decide the order of your search engines by dragging them up and down... do it over the "#" column, where the up and down arrows appear. Your mouse pointer will change when you''re over the right spot, and you''ll figure it out. Here''s a simple way to create a Search URL of your own: On your preferred site, perform a search for the word "TESTSEARCH". Then just copy the URL that was generated within the site, that might look like this, for example, on IMDB: http://www.imdb.com/find?s=all;q=TESTSEARCH. Now just replace TESTSEARCH with %s and paste it here, on the "Search URL" column. Then indicate a name to that Search URL and you''re done! Make sure you check first if the site you''d like to add is on the "Other search engines" table. I''m updating that table every now and the. If you have any suggestions for that list, they are more than welcome. You can sort the URLs order by hovering over the first column.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oageciaieifljaepinehgkabpkjbidpf |
URL Chính Thức | https://chrome.google.com/webstore/detail/admin-search/oageciaieifljaepinehgkabpkjbidpf |
Mô tả | Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more. |
Kích Thước Tệp | 285 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-03-09 |
Ngày Phát Hành | 2020-12-29 |
Nhà Phát Triển | fabulousbacr |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/sss.background.js" ] }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "contextMenus" ], "short_name": "AdminSearch", "version": "0.0.1" } |