enable-selection

Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…

Τι είναι το enable-selection;

Το enable-selection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον limkokhole, και η κύρια λειτουργία του είναι "Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…".

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

screenshot

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

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

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

                        Enable Selection in some websites which block selection by mouse to open context menu and copy.

This small (only ~20 lines of code) extension performs basic anti-anti-selection when website blocking selection to copy and open context menu.

Example of working websites are:
[1] https://cn.cari.com.my
[2] http://chinapress.com.my
[3] http://sinchew.com.my
[4] http://guangming.com.my
[5] http://www.enanyang.my
[6] http://dynamicdrive.com/dynamicindex9/noright.htm
[7] https://www.zhihu.com
[8] https://www.qidian.com

Tip: This extension might no effect If the web page still loading, in that, case, either wait for the page loaded OR press "Esc" key to stop loading immediately.                    

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

Όνομα enable-selection enable-selection
ID jehoagbopeaefibnihnfgenfcilmcikj
Επίσημο URL https://chromewebstore.google.com/detail/enable-selection/jehoagbopeaefibnihnfgenfcilmcikj
Περιγραφή Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…
Μέγεθος Αρχείου 11.86 KB
Αριθμός Εγκαταστάσεων 3,500
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2019-01-11
Ημερομηνία Δημοσίευσης 2019-01-07
Αξιολόγηση 4.00/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής limkokhole
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "enable-selection",
    "short_name": "select",
    "version": "1.1",
    "icons": {
        "128": "icons\/select_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "css": [
                "selection.css"
            ]
        }
    ]
}