Synonym Control-F
Control-F that also searches through synonyms.
Wat is Synonym Control-F?
Synonym Control-F is een Chrome-extensie ontwikkeld door Neil Patil, en de belangrijkste functie is "Control-F that also searches through synonyms.".
Extensie Screenshots
Download het CRX-bestand van de extensie Synonym Control-F
Download Synonym Control-F-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
Ctrl-F that works for synonyms, too!
Ever wanted to find not just the exact word in a page, but other words like it too? Look no further.
An extremely simple utility to find all similar words in a page. Basisinformatie over de Extensie
| Naam | |
| ID | ecaoofnlakiannealbioeelkagigklll |
| Officiële URL | https://chrome.google.com/webstore/detail/synonym-control-f/ecaoofnlakiannealbioeelkagigklll |
| Beschrijving | Control-F that also searches through synonyms. |
| Bestandsgrootte | 3.76 MB |
| Aantal Installaties | 332 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-08-05 |
| Publicatiedatum | 2014-08-05 |
| Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Neil Patil |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Synonym Control-F",
"description": "Control-F that also searches through synonyms.",
"version": "1.1",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Highlight synonyms",
"default_popup": "popup.html",
"default_icon": "icon\/icon-38.png"
},
"web_accessible_resources": [
"thesaurus.txt"
],
"icons": {
"16": "icon\/icon-16.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Synonym Control-F"
}
}
} | |