Poptionary - dynamic popup dictionary

A popup dictionary for quick dictionary lookups in various languages.

Poptionary - dynamic popup dictionary란 무엇입니까?

Poptionary - dynamic popup dictionary은(는) Tony Tryggi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A popup dictionary for quick dictionary lookups in various languages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Poptionary - dynamic popup dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        26/10/2020
As of now the development of the app has stalled. Please send me emails about ideas how to improve the app, until then, I will focus my efforts on other projects.


02/10/2020 - version 2.5 is here!

"Poptionary" is a popup dictionary, enables the user to access a variety of dictionaries by selecting words in various ways (clicking, hotkey) opening the dictionaries in iframes, or new windows. This is to help language learners parse texts and quickly look up words, word-forms and common expressions.

If you have any suggestions or questions, simply write me an email

=======================================
The app currently supports these dictionaries: (But you can add your own!)

German
- DICT - Dict.cc (DE:EN)
- Leo (DE:ZH)
- Leo (DE:EN)

English
- Merriam-Webster (EN)
- Etymonline (EN)

Finnish
- DICT - Dict.cc (FI:EN)

French
- DICT - Dict.cc (FR:DE)
- DICT - Dict.cc (FR:EN)

Icelandic
- Ylhyra inflections (IS:EN)
- INO - Íslensk Nútímamálsorðabók (IS:IS)
- BIN - Beygingarlýsing Íslensks Nútímamáls (IS:IS)
- ISLEX - Orðabókin (IS:NO:SE:FO:DA)

Japanese
- Jisho (JP:EN)

Norwegian
- Dict.com (NO:DE)
- Dict.cc (NO:EN)
- UIB - Bokmålsordboka | Nynorskordboka (NO:NO)

Russian
- DICT - Dict.cc (RU:DE)
- DICT - Dict.cc (RU:EN)

Swedish
- Folkets Lexikon (SE:EN)

Chinese
- MDGB (ZH:EN)

Multilingual
- BAB (multilingual)
- Linguee (Multilingual)

Search Engines
- Wikipedia
- Bing
- DuckDuckGo


I'm planning on adding more dictionaries and languages in future versions!

You can also add custom dictionaries, via the popup. Just enter a name and a URL-based search replacing the word with " %s ".
=======================================

Attention!: 
Since this extension opens popups, some adblockers / popupblockers might disable it. If it doesn't work, try turning off adblock, or restart the extension.


=======================================
Installation process:
1) Download the extension
2) pin the extension to the top of your browser (you need to interact with the popup)
3) restart the browser, or in the very least reload the page you want to use the app on
4) navigate to a website with texts/articles in your target language
5) open the popup, and make your selections (either selection-lookup, or hotkey-lookup, either as popup or as a tab).
6) if you keep the popup open while using the app the popup will update for new selections, meaning you can look up many words quickly.




Version log 2.5==============
Features:
- Added possiblity to activate and deactivate the extension by right-clicking in the browser and clicking a button in context menu
- Improved popup ui
- added various more dictoinaries
- added more flags
- made the flag a little more funky

Bugs: 
- Fixed a bug where custom dictoinaries weren't visible for iframe-Unsure


Version log 2.4==============
Bugs solved:
- Hotkeys didn't function properly after loading new page. This is fixed. Hotkeys should always work now.
- various small bugs with iframes

New features:
- Now supportes iframes!
- supports more dictionaries! (a more structured approach and more dictionaries will follow soon!)
- improved popup a lot
- can now select dictionary from within iframes (not yet for popups etc.)
=======================================



Poptionary is not affiliated with any of the websites it links to. I also don't make money of this.

If anyone has suggestions on how to improve the app let me know at [email protected]

You can also buy me a coffee :) 
https://www.buymeacoffee.com/tryggi                    

확장 프로그램 기본 정보

이름 Poptionary - dynamic popup dictionary Poptionary - dynamic popup dictionary
ID afcpaleojpdbgdaamcclhpopcfpjnham
공식 URL https://chromewebstore.google.com/detail/poptionary-dynamic-popup/afcpaleojpdbgdaamcclhpopcfpjnham
설명 A popup dictionary for quick dictionary lookups in various languages.
파일 크기 53.19 KB
설치 횟수 317
현재 버전 2.5
최근 업데이트 2020-10-27
출시 날짜 2020-08-13
평점 4.67/5 총 6 개의 평점
개발자 Tony Tryggi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poptionary - dynamic popup dictionary",
    "version": "2.5",
    "description": "A popup dictionary for quick dictionary lookups in various languages.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/floatingon16.png",
        "48": "img\/floatingon48.png",
        "128": "img\/floatingon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/floatingon16.png"
        },
        "default_title": "Floating dictionary. Click to open menu",
        "default_popup": ".\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js",
                "js\/dictionaries.js",
                "js\/sharedJS.js"
            ],
            "exclude_matches": [
                "https:\/\/islex.arnastofnun.is\/*",
                "https:\/\/bin.arnastofnun.is\/*",
                "https:\/\/islenskordabok.arnastofnun.is\/*",
                "https:\/\/naob.no\/*",
                "https:\/\/ordbok.uib.no\/*",
                "https:\/\/ordnet.dk\/*",
                "https:\/\/sprotin.fo\/*",
                "https:\/\/leo.org\/*",
                "https:\/\/folkets-lexikon.csc.kth.se\/*",
                "https:\/\/linguee.com\/*",
                "https:\/\/glosbe.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/backgroundScirpt.js",
            "js\/sharedJS.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "activeTab",
        "storage"
    ],
    "commands": {
        "dictoinaryHotkey1": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Send selection to first selected dictionary"
        },
        "dictoinaryHotkey2": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Send selection to second selected dictionary"
        },
        "dictoinaryHotkey3": {
            "suggested_key": {
                "default": "Alt+I"
            },
            "description": "Send selection to third selected dictionary"
        },
        "dictoinaryHotkey4": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Send selection to fourth selected dictionary"
        }
    }
}