Synonym Control-F
Control-F that also searches through synonyms.
Qu'est-ce que Synonym Control-F ?
Synonym Control-F est une extension Chrome développée par Neil Patil, et sa fonction principale est "Control-F that also searches through synonyms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Synonym Control-F
Téléchargez les fichiers d'extension Synonym Control-F au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | ecaoofnlakiannealbioeelkagigklll |
| URL Officiel | https://chrome.google.com/webstore/detail/synonym-control-f/ecaoofnlakiannealbioeelkagigklll |
| Description | Control-F that also searches through synonyms. |
| Taille du Fichier | 3.76 MB |
| Nombre d'Installations | 332 |
| Version Actuelle | 1.1 |
| Dernière Mise à Jour | 2014-08-05 |
| Date de Publication | 2014-08-05 |
| Évaluation | 3.17/5 Total 6 Évaluations |
| Développeur | Neil Patil |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
}
} | |