Search Now - Shortcuts for Instant Searching
Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.
什么是Search Now - Shortcuts for Instant Searching?
Search Now - Shortcuts for Instant Searching是由Alex Roh开发的Chrome扩展程序,该扩展的主要功能是“Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.”。
扩展截图
下载Search Now - Shortcuts for Instant Searching扩展crx文件
下载Search Now - Shortcuts for Instant Searching扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlight any text you want to look up, then press... • ‘Shift + S’ to search on Google • ‘Shift + Y' to search on Youtube • 'Shift + A' to search on Amazon • 'Shift + M' to search on Google Maps • 'Shift + I' to search on Instagram • 'Shift + R' to search on Reddit • 'Shift + N' to search on Naver • 'Shift + B' to search on Baidu If you would like to remove the keyboard shortcuts from Chrome, click on the extension icon located at the upper-right corner, then select ‘Remove from Chrome…’ *Version 1.1 Release Notes* What's New - You can now use keyboard shortcuts to search on Google Maps, Instagram, Reddit, Naver, and Baidu. Bug Fixes - Keyboard shortcuts were enabled while editing text ★ This extension does not work outside the Chrome browser ★
扩展基本信息
名称 | Search Now - Shortcuts for Instant Searching |
ID | ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
官方URL | https://chromewebstore.google.com/detail/search-now-shortcuts-for/ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
简介 | Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting. |
文件大小 | 6.34 KB |
安装次数 | 74 |
当前版本 | 1.1 |
更新时间 | 2019-11-27 |
上架时间 | 2019-11-25 |
评分 | 5.00/5 共13次评分 |
开发者 | Alex Roh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Now - Shortcuts for Instant Searching", "short_name": "Search Now", "description": "Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "searchContentScript.js" ] } ], "icons": { "128": "assets\/icon128.png" } } |