Definer - Popup Dictionary & Translator

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

什麼是Definer - Popup Dictionary & Translator?

Definer - Popup Dictionary & Translator是由https://lumetrium.com開發的Chrome擴展程式,該擴展的主要功能是“Instant definitions, translations, and search results for words and phrases you select or type”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Definer - Popup Dictionary & Translator擴展crx文件

下載Definer - Popup Dictionary & Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Definer - Popup Dictionary & Translator Definer - Popup Dictionary & Translator
ID noagjioaihamoljcbelhdlldnmlgnkon
官方網址 https://chromewebstore.google.com/detail/definer-popup-dictionary/noagjioaihamoljcbelhdlldnmlgnkon
簡介 Instant definitions, translations, and search results for words and phrases you select or type
檔案大小 5.3 MB
安裝次數 8,319
目前版本 1.3.10
更新時間 2024-02-26
上架時間 2021-06-20
評分 4.84/5 共 139 次評分
開發者 https://lumetrium.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://lumetrium.com/definer/
說明頁面URL https://www.reddit.com/r/lumetrium_definer/
隱私政策頁面URL https://lumetrium.com/privacy-policy
支援的語言 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
    }
}