SweDic (Swedish - English Dictionary)

Swedish - English Dictionary by look up at The People's Dictionary.

SweDic (Swedish - English Dictionary) क्या है?

SweDic (Swedish - English Dictionary) Surasin Tancharoen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Swedish - English Dictionary by look up at The People's Dictionary."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SweDic (Swedish - English Dictionary) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **Please read "Useful features" and "How to use", then you can use the extension usefully.**

Swedish - English dictionary extension based on data from the People Dictionary (http://folkets-lexikon.csc.kth.se/folkets/folkets.en.html)

This extension was designed for Swedish/English language learner. It was designed to be like an online dictionary. It was not designed like Google Translate.

Useful features:
    - Instant audio player: Normally, when click to play audio in People Dictionary, it is so annoy that it will open a new tap and you have to click the audio again. With this extension, you don't !
     - Right click to translate: Yea, you know what it means!
     - Translate in same page: You do not have to open the people dictionary in another page and type the words you are looking for. Just type 'Ctrl+Q' or click the extension icon.
     - Extra links to Google Translate and Tyda.se

How to use:
   - highlight a word
   - Ctrl+Q
   - a popup will be shown  with translation

or 
   - highlight a word
   - right click
   - choose 'translate by SweDic' 
   - a new tab will be shown  with translation

or
    - highlight a word
    - click the extension
    - popup will be shown with translation

or 
   - Ctrl+Q
   - popup will be shown 
   - type a word and enter

or
  - click the extension
   - popup will be shown 
   - type a word and enter

Change logs:
   version 1.2: fix as require from google
   version 1.1.4: fix: some words cannot be found if there is whitespace with the words.

   version 1.1.3: add: when search on people dictionary, the extra links to the other dictionaries will be changed.

   version 1.1.2: fix: when go to http://folkets-lexikon.csc.kth.se/folkets/folkets.en.html  by right click and search for something, it creates a popup. 

   version 1.1.1: fix: when go to http://folkets-lexikon.csc.kth.se/folkets/folkets.en.html and search for something, it creates a popup. 

   version 1.1.0: add popup by adding more translators + google anaytic for each action:
   version 1.0.0: add css to fix position
                     : add extra links to Google Translate and Tyda.se
   version 0.9.7: add css
   version 0.9.5: add css
   version 0.9.2: add small description
   version 0.9.2: fix: change from Ctrl+Z to Ctrl+Q because Ctrl+Z equals 'undo'
   version 0.9.1: fix: The People Dictionary cannot search upper cases in popup.
   version 0.9.0: add Ctrl+Z be a hotkey to translate
                     : remove no-needed areas in popup
                     : change the old audio to flash audio then no annoy new tab
                       before be able to click play sound

   version 0.2.0: Add 'select word-> click extension -> translate in popup'

   version 0.1.1: Fix: The People Dictionary cannot search upper cases.                    

एक्सटेंशन की मूल जानकारी

नाम SweDic (Swedish - English Dictionary) SweDic (Swedish - English Dictionary)
ID incfcomifnogniajmiejpobcpeillilo
आधिकारिक URL https://chromewebstore.google.com/detail/swedic-swedish-english-di/incfcomifnogniajmiejpobcpeillilo
विवरण Swedish - English Dictionary by look up at The People's Dictionary.
फ़ाइल का आकार 45.2 KB
स्थापना संख्या 1,056
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-07-17
प्रकाशन तिथि 2013-07-17
रेटिंग 3.93/5 कुल 28 रेटिंग्स
डेवलपर Surasin Tancharoen
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SweDic (Swedish - English Dictionary)",
    "description": "Swedish - English Dictionary by look up at The People's Dictionary.",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "analytics.js",
            "script_util.js",
            "jquery.1.6.3.min.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.1.6.3.min.js",
                "script.js",
                "jquery.hotkeys-0.7.9.min.js",
                "script_util.js",
                "analytics.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/folkets-lexikon.csc.kth.se\/folkets\/folkets.en.html\/*"
            ]
        },
        {
            "js": [
                "jquery.1.6.3.min.js",
                "script_for_people_dic.js",
                "script_util.js"
            ],
            "matches": [
                "http:\/\/folkets-lexikon.csc.kth.se\/folkets\/folkets.en.html*"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'"
}