enable-selection

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

Qu'est-ce que enable-selection ?

enable-selection est une extension Chrome développée par limkokhole, et sa fonction principale est "Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension enable-selection

Téléchargez les fichiers d'extension enable-selection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom enable-selection enable-selection
ID jehoagbopeaefibnihnfgenfcilmcikj
URL Officiel https://chromewebstore.google.com/detail/enable-selection/jehoagbopeaefibnihnfgenfcilmcikj
Description Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…
Taille du Fichier 11.86 KB
Nombre d'Installations 3,500
Version Actuelle 1.1
Dernière Mise à Jour 2019-01-11
Date de Publication 2019-01-07
Évaluation 4.00/5 Total 19 Évaluations
Développeur limkokhole
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}