One Click Search - Select and search popup
Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.
One Click Search - Select and search popup란 무엇입니까?
One Click Search - Select and search popup은(는) Alex Wright (alexwmw)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation."입니다.
확장 프로그램 스크린샷
One Click Search - Select and search popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Description: Search faster and increase your productivity with One Click Search, the select and search popup. One Click Search puts more power at your fingertips: ✓ Faster than copy and pasting text into a new tab ✓ More convenient than a context menu shortcut ✓ Don't just Google - search your favourite websites directly How it works: Simply highlight any text on any webpage and a pop-up will appear, displaying search icons for all of the websites entries you have stored. One Click Search is highly customisable with an intuitive interface, allowing you to show as many or as few search icons as you like, in whatever order you like. But that's not all - you can add as many additional websites as you choose, allowing you to customise the extension for your own needs. Most websites that have their own search functionality are compatible and can be added as search providers - and many translation services too! NEW in Version 2.0: ✓ Updated user interface, logo and color scheme ✓ Easier method of adding search providers from URL string ✓ Customisable popup appearance including color, size, shape and animations ✓ Sophisticated alerts, modals and dialogs ✓ Responsive options page design ✓ Dark and light modes ✓ Written in ReactJS for a rich user experience
확장 프로그램 기본 정보
이름 | One Click Search - Select and search popup |
ID | eaafadnjnjkpfeoghedeoadlnebaccbg |
공식 URL | https://chromewebstore.google.com/detail/one-click-search-select-a/eaafadnjnjkpfeoghedeoadlnebaccbg |
설명 | Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation. |
파일 크기 | 3.47 MB |
설치 횟수 | 239 |
현재 버전 | 2.0.24 |
최근 업데이트 | 2023-09-27 |
출시 날짜 | 2021-07-26 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | Alex Wright (alexwmw) |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,en-GB,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.24", "manifest_version": 3, "name": "One Click Search - Select and search popup", "description": "Select any text and click the popup icons to search all of your favourite sites. Bring speed and efficiency to your web navigation.", "permissions": [ "storage" ], "default_locale": "en", "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "One Click Search", "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "content.bundle.js" ] } ], "background": { "service_worker": "background.bundle.js" }, "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |