Popup View for Google™ Translate

Access to a floating multilingual Google™ Translate popup on any webpage

Τι είναι το Popup View for Google™ Translate;

Το Popup View for Google™ Translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον unixeco, και η κύρια λειτουργία του είναι "Access to a floating multilingual Google™ Translate popup on any webpage".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Popup View for Google™ Translate

Λήψη αρχείων επέκτασης Popup View for Google™ Translate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        "Popup View for Google™ Translate" add-on lets you have access to the beloved Google Translate on any websites. Upon selecting a word or sentence, a bubble appears near the selected area, allow you to load Google™ Translate inside the page instead of switching to a new tab and load it there. This view automatically hides when it losses focus, so there is no need to close this window manually.

Features:
1. Panel view of Google Translate on any website
2. Right-click context menu to open selected text in Google Translate
3. Links on the panel to open Google Define or Google Translate.

For bug reports please visit:
https://github.com/schomery/dictionary/

***
Please note that the sole purpose of this add-on is to provide an easier way to access the official Google Translate. There is NO intention of misleading users that this product is offered by Google. It is just a small tool to help you have access to the beloved translator easier.
***

Change Logs:
0.3.5
1. There is a new option to use right-click instead of the bubble mode. Activating the right-click menu-item disables the bubble selection mode.
2. It is now possible to translate the entire page using the toolbar button. If it is not needed, hide the button
3. It is now possible to remove the right-click context-menu items for page and links actions (Bing translation and Google translation)                    

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

Όνομα Popup View for Google™ Translate Popup View for Google™ Translate
ID bcefgmhpbmghjcenbklchobmogjhaagl
Επίσημο URL https://chromewebstore.google.com/detail/popup-view-for-google-tra/bcefgmhpbmghjcenbklchobmogjhaagl
Περιγραφή Access to a floating multilingual Google™ Translate popup on any webpage
Μέγεθος Αρχείου 97.07 KB
Αριθμός Εγκαταστάσεων 6,788
Τρέχουσα Έκδοση 0.6.2
Τελευταία Ενημέρωση 2023-01-07
Ημερομηνία Δημοσίευσης 2019-05-22
Αξιολόγηση 4.33/5 Συνολικά 85 Αξιολογήσεις
Προγραμματιστής unixeco
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webextension.org/listing/dictionary.html
Διεύθυνση URL της Σελίδας Βοήθειας https://webextension.org/listing/dictionary.html
URL της Σελίδας Πολιτικής Απορρήτου https://add0n.com/policies/unixeco.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.6.2",
    "name": "Popup View for Google\u2122 Translate",
    "description": "Access to a floating multilingual Google\u2122 Translate popup on any webpage",
    "homepage_url": "https:\/\/webextension.org\/listing\/dictionary.html",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/translate.google.com\/*",
                "*:\/\/translate.google.com.hk\/*",
                "*:\/\/translate.google.com.tr\/*",
                "*:\/\/translate.google.com.tw\/*",
                "*:\/\/translate.google.com.ua\/*",
                "*:\/\/translate.google.com.as\/*",
                "*:\/\/translate.google.com.vn\/*",
                "*:\/\/translate.google.co.in\/*",
                "*:\/\/translate.google.co.jp\/*",
                "*:\/\/translate.google.co.kr\/*",
                "*:\/\/translate.google.co.uk\/*",
                "*:\/\/translate.google.cn\/*",
                "*:\/\/translate.google.de\/*",
                "*:\/\/translate.google.fr\/*",
                "*:\/\/translate.google.it\/*",
                "*:\/\/translate.google.pl\/*",
                "*:\/\/translate.google.ru\/*"
            ],
            "js": [
                "data\/inject\/selector.js"
            ],
            "css": [
                "data\/inject\/selector.css"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/translate.google.com\/*",
                "*:\/\/translate.google.com.hk\/*",
                "*:\/\/translate.google.com.tr\/*",
                "*:\/\/translate.google.com.tw\/*",
                "*:\/\/translate.google.com.ua\/*",
                "*:\/\/translate.google.com.as\/*",
                "*:\/\/translate.google.com.vn\/*",
                "*:\/\/translate.google.co.in\/*",
                "*:\/\/translate.google.co.jp\/*",
                "*:\/\/translate.google.co.kr\/*",
                "*:\/\/translate.google.co.uk\/*",
                "*:\/\/translate.google.cn\/*",
                "*:\/\/translate.google.de\/*",
                "*:\/\/translate.google.fr\/*",
                "*:\/\/translate.google.it\/*",
                "*:\/\/translate.google.pl\/*",
                "*:\/\/translate.google.ru\/*"
            ],
            "js": [
                "data\/inject\/extend.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/inject\/selector.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}