dict-cc

Übersetzt im Handumdrehen ein unbekanntes Wort einer Webseite!

Τι είναι το dict-cc;

Το dict-cc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ritterismael, και η κύρια λειτουργία του είναι "Übersetzt im Handumdrehen ein unbekanntes Wort einer Webseite!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης dict-cc

Λήψη αρχείων επέκτασης dict-cc σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Displays a pretty translation tooltip beneath a marked word of a page.

The translations originate from the nicely online dictionary dict.cc

Innovations release 1.6.89:
- Bugfix, text field selection
- Bugfix, tooltip position

Innovations release 1.6.88:
- The tooltip is now created new each time and will be removed
   afterwards (This should fix the bug in outlook web access).
- There's a new option in the settings to invoke the tooltip from
   the context menu.

Innovations release 1.6.87:
- Fixed some indication errors.
- New functions (adjustable in the options):
  - Tooltip position always in the window center
  - Selection only via double click (+ poss. Hotkeys)

Innovations release 1.6.86:
- Fixed some issues with CSS.

Innovations release 1.6.85:
- You can now increase the font size by clicking on the icon in the tooltip.
- There's an option in the settings to open all links in a new tab.

Innovations release 1.6.84:
- Fixed a problem with embedded css files in the current "Dev channel release".

Innovations release 1.6.83:
- Added 3 additional languages (Greek, Serbian and Finnish).
- You can now disable the search in text field feature in the options tab.

Innovations release 1.6.82:
- If the tooltip would exceed the right border, it will be built leftward.
- Selections in a textfield will be translated now.

Innovations release 1.6.81:
- Enable/ disable function of the extension is now saved and will be restored
   on browser restart.

Innovations release 1.6.8:
- Added an options entry to enable or disable the context menu search.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα dict-cc dict-cc
ID nknonnojlmhnmjhpeokdbeineeajcemh
Επίσημο URL https://chromewebstore.google.com/detail/dict-cc/nknonnojlmhnmjhpeokdbeineeajcemh
Περιγραφή Übersetzt im Handumdrehen ein unbekanntes Wort einer Webseite!
Μέγεθος Αρχείου 31.43 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.6.89
Τελευταία Ενημέρωση 2017-10-03
Ημερομηνία Δημοσίευσης 2017-10-03
Αξιολόγηση 4.43/5 Συνολικά 247 Αξιολογήσεις
Προγραμματιστής ritterismael
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dict-cc",
    "version": "1.6.89",
    "description": "\u00dcbersetzt im Handumdrehen ein unbekanntes Wort einer Webseite!",
    "options_page": "options.html",
    "default_locale": "en",
    "icons": {
        "26": "icon_26.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon19inactive.png",
        "default_title": "dict-cc aktivieren"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "6",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*.syn.dict.cc\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dict-cc-contentscript.js"
            ],
            "css": [
                "dict-cc-styles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dict-cc-styles.css",
        "dict-cc-options-styles.css"
    ]
}