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 extension that allows you to select any word on any website or Google Docs and lookup rhymes on RhymeZone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extension for RhymeZone Rhymes (Unofficial) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}