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”。
扩展截图
下载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 |
ID | noagjioaihamoljcbelhdlldnmlgnkon |
官方URL | 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": [ " |