Definer - Popup Dictionary & Translator

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

Vad är Definer - Popup Dictionary & Translator?

Definer - Popup Dictionary & Translator är en Chrome-tillägg utvecklad av https://lumetrium.com, och dess huvudfunktion är "Instant definitions, translations, and search results for words and phrases you select or type".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Definer - Popup Dictionary & Translator-förlängningens CRX-fil

Ladda ner Definer - Popup Dictionary & Translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Definer - Popup Dictionary & Translator Definer - Popup Dictionary & Translator
ID noagjioaihamoljcbelhdlldnmlgnkon
Officiell webbadress https://chromewebstore.google.com/detail/definer-popup-dictionary/noagjioaihamoljcbelhdlldnmlgnkon
Beskrivning Instant definitions, translations, and search results for words and phrases you select or type
Filstorlek 5.3 MB
Antal Installationer 8,319
Aktuell Version 1.3.10
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2021-06-20
Betyg 4.84/5 Totalt 139 Betyg
Utvecklare https://lumetrium.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lumetrium.com/definer/
Hjälpsida URL https://www.reddit.com/r/lumetrium_definer/
URL till Sekretesspolicy Sidan https://lumetrium.com/privacy-policy
Stödda Språk 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
    }
}