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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |