Search with quotes

Exact words in quotes on Google Search

什么是Search with quotes?

Search with quotes是由satoshixsea开发的Chrome扩展程序,该扩展的主要功能是“Exact words in quotes on Google Search”。

扩展截图

screenshot
screenshot

下载Search with quotes扩展crx文件

下载Search with quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Search for an exact word or phrase.

検索したワードをダブルクォーテーションで囲んで検索し直します。

https://support.google.com/websearch/answer/136861?hl=en                    

扩展基本信息

名称 Search with quotes Search with quotes
ID agpkbliejnbblnpapldbbofkjficpjod
官方URL https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod
简介 Exact words in quotes on Google Search
文件大小 12.17 KB
安装次数 47
当前版本 1.1
更新时间 2014-04-06
上架时间 2014-04-06
评分 2.50/5 共2次评分
开发者 satoshixsea
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with quotes",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Exact words in quotes on Google Search",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}