Search with quotes
Exact words in quotes on Google Search
What is Search with quotes?
Search with quotes is a Chrome extension developed by satoshixsea, and its main feature is "Exact words in quotes on Google Search".
Extension Screenshots
Download Search with quotes Extension CRX File
Download Search with quotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Search for an exact word or phrase. 検索したワードをダブルクォーテーションで囲んで検索し直します。 https://support.google.com/websearch/answer/136861?hl=en
Extension Basic Information
Name | Search with quotes |
ID | agpkbliejnbblnpapldbbofkjficpjod |
Official URL | https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod |
Description | Exact words in quotes on Google Search |
File Size | 12.17 KB |
Installation Count | 47 |
Current Version | 1.1 |
Last Updated | 2014-04-06 |
Publish Date | 2014-04-06 |
Rating | 2.50/5 Total 2 Ratings |
Developer | satoshixsea |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |