Synonym Control-F
Control-F that also searches through synonyms.
What is Synonym Control-F?
Synonym Control-F is a Chrome extension developed by Neil Patil, and its main feature is "Control-F that also searches through synonyms.".
Extension Screenshots
Download Synonym Control-F Extension CRX File
Download Synonym Control-F 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
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.
Extension Basic Information
Name | |
ID | ecaoofnlakiannealbioeelkagigklll |
Official URL | https://chrome.google.com/webstore/detail/synonym-control-f/ecaoofnlakiannealbioeelkagigklll |
Description | Control-F that also searches through synonyms. |
File Size | 3.76 MB |
Installation Count | 332 |
Current Version | 1.1 |
Last Updated | 2014-08-05 |
Publish Date | 2014-08-05 |
Rating | 3.17/5 Total 6 Ratings |
Developer | Neil Patil |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |