Definer - Popup Dictionary & Translator

Instant definitions, translations, and search results for words and phrases you select or type

Co je Definer - Popup Dictionary & Translator?

Definer - Popup Dictionary & Translator je rozšíření Chrome vyvinuté https://lumetrium.com, a jeho hlavní funkcí je „Instant definitions, translations, and search results for words and phrases you select or type“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Definer - Popup Dictionary & Translator

Stáhněte si soubory rozšíření Definer - Popup Dictionary & Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Search the web without opening a new tab at the instant you select text on a page. Fetch definitions, translations, and examples from multiple sources in multiple languages at the same time. View results in a small pop-up bubble next to the selection area. Or search from extension's popup window by typing the query, instead of selecting it on a page.

Customizability is a priority, so in options app you can configure:

⚙️ Bubble activation

Configure how and when to trigger bubble to pop-up. Completely disable or enable bubble on certain pages by creating flexible URL rules. Extension icon will turn gray when the bubble is disabled on the active page.

⚙️ Sources

Results are being fetched from multiple sources simultaneously. There are 2 types of sources: content (text & images) and audio (pronunciation recordings or synthesis). Configure the order in which results from different sources are displayed or disable some sources completely.

📄 Supported content sources:
• Google Dictionary
• Google Translate 🆕
• DuckDuckGo Instant Answers
• Wikipedia
• Bing Images 🆕
• Google Search
• Custom 🆕

🔊 Supported audio sources:
• Speech synthesizer
• Google Dictionary Pronunciations

All audio sources have “autoplay” feature.
Expect more sources in future updates.

⚙️ Languages

Results can be requested in multiple languages at once according to your preferences, and displayed in specific order. When there's no info in most preferable to you language, results in the next preferable language will be displayed automatically. You can also switch between languages manually for every single search result.

⚙️ Appearance

Customize the look of the extension, including bubble, options app, and popup window. Choose one of predefined themes or create your own with the built-in Theme Editor. Automatically switch between themes based on the time on your computer using scheduling feature.

━━━

Popup window opens when you click the extension's icon. It enables you to:

🔍 Search by typing the query instead of selecting it on a page.

✔️/❌ Toggle bubble activation behavior for currently opened domains and pages without manually writing URL rules.

🎨 Toggle themes and schedules without opening options app.

━━━

📄 PDF Reader 🆕

Definer can’t work in most PDF viewers, so it comes bundled with its own integrated PDF Reader that will let you use the pop-up bubble on PDFs. 
To open PDF reader: click on the Definer’s icon → 3 vertical dots → “PDF Reader”.

━━━

❗ Important

- The bubble will not work in tabs that were open prior to installation. After installing this extension, it's recommended to restart your browser.
- All extensions are disabled on Chrome Web Store, including this page. Don't try to get the pop-up bubble to work here, it won't function.

━━━

📧 Contacts

You can always leave a review if you have any thoughts or suggestions. But if you're up for a dialogue or want to report a bug, feel free to email at [email protected]

━━━
🆕 Version 1.3 has been released! 🆕
Find out what's changed in the official subreddit:
https://www.reddit.com/r/lumetrium_definer/                    

Základní Informace o Rozšíření

Název Definer - Popup Dictionary & Translator Definer - Popup Dictionary & Translator
ID noagjioaihamoljcbelhdlldnmlgnkon
Oficiální URL https://chromewebstore.google.com/detail/definer-popup-dictionary/noagjioaihamoljcbelhdlldnmlgnkon
Popis Instant definitions, translations, and search results for words and phrases you select or type
Velikost souboru 5.3 MB
Počet instalací 8,319
Aktuální Verze 1.3.10
Poslední Aktualizace 2024-02-26
Datum Vydání 2021-06-20
Hodnocení 4.84/5 Celkem 139 Hodnocení
Vývojář https://lumetrium.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://lumetrium.com/definer/
URL Stránky Nápovědy https://www.reddit.com/r/lumetrium_definer/
URL Stránky Zásad Ochrany Soukromí https://lumetrium.com/privacy-policy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Definer",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.10",
    "manifest_version": 3,
    "icons": {
        "48": "assets\/icons\/definer-48.png",
        "512": "assets\/icons\/definer-512.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "declarativeNetRequest",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Definer",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject\/bubble.js",
                "en-messages-content-js.chunk.js",
                "ru-messages-content-js.chunk.js",
                "pl-messages-content-js.chunk.js"
            ],
            "css": [
                "inject\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_sources",
                "enabled": true,
                "path": "\/declarativeNetRequest\/sources.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "locales\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pdf-reader\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "inject\/bubble.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": false,
        "open_in_tab": true
    }
}