Synonym Control-F
Control-F that also searches through synonyms.
Synonym Control-Fとは何ですか?
Synonym Control-FはNeil Patilによって開発されたChromeの拡張機能で、その主な機能は「Control-F that also searches through synonyms.」です。
拡張機能のスクリーンショット
Synonym Control-F拡張機能のCRXファイルをダウンロード
Synonym Control-F拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ecaoofnlakiannealbioeelkagigklll |
| 公式URL | https://chrome.google.com/webstore/detail/synonym-control-f/ecaoofnlakiannealbioeelkagigklll |
| 説明 | Control-F that also searches through synonyms. |
| ファイルサイズ | 3.76 MB |
| インストール数 | 332 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2014-08-05 |
| 公開日 | 2014-08-05 |
| 評価 | 3.17/5 合計 6 レビュー |
| 開発者 | Neil Patil |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
}
} | |