NoContext - Enable Right Click & Select Text

Bring back the right-click! Let me select text!

Τι είναι το NoContext - Enable Right Click & Select Text;

Το NoContext - Enable Right Click & Select Text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wcoding, και η κύρια λειτουργία του είναι "Bring back the right-click! Let me select text!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NoContext - Enable Right Click & Select Text

Λήψη αρχείων επέκτασης NoContext - Enable Right Click & Select Text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Clicking on this extension will bring back your right-click context menu and ability to select text on websites that may have mangled its true purpose. When active for the current tab's domain, you'll see a red "!" badge on the corner of the icon. It will remember the domains you've activated previously and automatically activate when returning to those domains. (Some websites use multiple domains, so you may need to activate it for each of the subdomains, or use wildcards in the Options menu!) You can always click on the icon again to deactivate when visiting the current domain.

Updates:
1.0.7 -- Domains list sorted. DOM body included in user-select restoration.
1.0.6 -- Some elements use CSS to disable user-select. This update re-enables them.
1.0.5 -- Updates to the Options page.
1.0.4 -- More functionality restored for websites using iframes.
1.0.3 -- Now works with web files from local files (URLs starting with "file://") and re-enables selection of text.                    

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

Όνομα NoContext - Enable Right Click & Select Text NoContext - Enable Right Click & Select Text
ID miobdnlklljmcbdjfchaiahbpjcphddb
Επίσημο URL https://chromewebstore.google.com/detail/nocontext-enable-right-cl/miobdnlklljmcbdjfchaiahbpjcphddb
Περιγραφή Bring back the right-click! Let me select text!
Μέγεθος Αρχείου 49.2 KB
Αριθμός Εγκαταστάσεων 170
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2022-03-22
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής wcoding
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/16cea45d-b1d4-435a-b129-536ccf3d0aa7
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoContext - Enable Right Click & Select Text",
    "version": "1.0.7",
    "description": "Bring back the right-click! Let me select text!",
    "icons": {
        "16": "icons\/right-click-16.png",
        "32": "icons\/right-click-32.png",
        "48": "icons\/right-click-48.png",
        "128": "icons\/right-click-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/right-click-16.png",
            "32": "icons\/right-click-32.png",
            "48": "icons\/right-click-48.png",
            "128": "icons\/right-click-128.png"
        },
        "default_title": "NoContext"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "options_ui": {
        "browser_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "incognito": "split"
}