Search with quotes
Exact words in quotes on Google Search
Wat is Search with quotes?
Search with quotes is een Chrome-extensie ontwikkeld door satoshixsea, en de belangrijkste functie is "Exact words in quotes on Google Search".
Extensie Screenshots
Download het CRX-bestand van de extensie Search with quotes
Download Search with quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Search for an exact word or phrase.
検索したワードをダブルクォーテーションで囲んで検索し直します。
https://support.google.com/websearch/answer/136861?hl=en Basisinformatie over de Extensie
| Naam | |
| ID | agpkbliejnbblnpapldbbofkjficpjod |
| Officiële URL | https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod |
| Beschrijving | Exact words in quotes on Google Search |
| Bestandsgrootte | 12.17 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-04-06 |
| Publicatiedatum | 2014-04-06 |
| Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | satoshixsea |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |