Extension for RhymeZone Rhymes (Unofficial)

Chrome extension that allows you to select any word on any website or Google Docs and lookup rhymes on RhymeZone.

Extension for RhymeZone Rhymes (Unofficial)란 무엇입니까?

Extension for RhymeZone Rhymes (Unofficial)은(는) http://jowo.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that allows you to select any word on any website or Google Docs and lookup rhymes on RhymeZone."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Extension for RhymeZone Rhymes (Unofficial) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lookup on RhymeZone is the fastest and easiest way to find rhymes.  If you're writing a song, rap, or poem or browsing a website, simply highlight a word and right click to lookup rhymes. Even if the word isn't on the page, you can click on the extension's icon or type "rhymeZone" +  in the address bar to quickly lookup a word's rhymes and synonyms.   

***Features***
- 100% Free
- Highlight a word in any webpage or textfield
- Tap the helper tooltip or right click to search the dictionary, thesaurus, rhyming dictionary, and more
- Search from the address bar - type "RhymeZone" +  on any site to search Rhymezone
- Works on Google Docs, Google Sheets, Google Slides, and Google Forms!
- Right click to search the rhyming dictionary and thesaurus  
- Use the quick search box on any page to quickly lookup any word

***This app is NOT affiliated with or officially endorsed by RhymeZone in any way ***

***Your Data & Privacy***
- Browse safely and securely:  We don't store any data about you including the pages you view or visit on our servers.  

***Support***
Please email support at jowo.co or visit https://jowo.co/apps/forms/support/index.html                    

확장 프로그램 기본 정보

이름 Extension for RhymeZone Rhymes (Unofficial) Extension for RhymeZone Rhymes (Unofficial)
ID agajmdfinlndfefpagebfjmnigaknace
공식 URL https://chrome.google.com/webstore/detail/extension-for-rhymezone-r/agajmdfinlndfefpagebfjmnigaknace
설명 Chrome extension that allows you to select any word on any website or Google Docs and lookup rhymes on RhymeZone.
파일 크기 32.05 KB
설치 횟수 326
현재 버전 2.3
최근 업데이트 2022-02-04
출시 날짜 2020-08-20
평점 5.00/5 총 1 개의 평점
개발자 http://jowo.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.jowo.co
도움말 페이지 URL https://jowo.co/apps/forms/support/index.html
개인정보 보호 정책 페이지 URL https://jowo.co/apps/privacypolicyterms/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension for RhymeZone Rhymes (Unofficial)",
    "description": "Chrome extension that allows you to select any word on any website or Google Docs and lookup rhymes on RhymeZone.",
    "version": "2.3",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "48": "images\/icons\/icon48.png",
        "16": "images\/icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "rhymezone"
    },
    "web_accessible_resources": [
        "content.js",
        "content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}