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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
} | |