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."입니다.

확장 프로그램 스크린샷

screenshot

Synonym Control-F 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Synonym Control-F Synonym Control-F
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
이메일 [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"
        }
    }
}