Enable right click - allow copy & select

Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.

Enable right click - allow copy & selectคืออะไร?

Enable right click - allow copy & select เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allow copy&select และคุณลักษณะหลักของมันคือ "Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable right click - allow copy & select

ดาวน์โหลดไฟล์ส่วนขยาย Enable right click - allow copy & select ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enable Context Menu and Select, Allow select, Allow copy, Allow right click in so restricted pages.

Installing this free extension enables you to cut, copy, and paste via right-click menus and the ribbon toolbar when using Office on the web.

Due to limitations of web browsers, copying and pasting in Microsoft Office for the web through menus requires additional permissions which are provided through this extension.

Enable copy and right-click on protected websites.

Usage:
- Click browser action icon to enter "copy mode" for current site
Features:
- Unlocks copy (for real)
- Remembers which site to unblock for future visits

---> Once this extension is installed you must reload any open tabs in order for it to work<---

--->If you change the extension settings any open tabs must be reloaded in order for them to take effect <----

MAKE SURE TO RELOAD THE WEBPAGE AFTER INSTALLING THIS EXTENSION .

- Since the extension needs to know the active tabs , so the basic permission it requires is "tabs" . But Chrome will label it as "can read and change all your data on websites you visit " while asking for the permission .This extension does not track or use your browsing history in any ways.The only information it needs is the active states of the tabs. 

Copy&Paste Pro extension "Enable Right Click" is a solution for websites that block Copy , Paste , Select Text and Right clicks .

- This extension works separately for each tab .
- Clicking on the extension icon will enable/disable it .
- The extension gets disabled on page reload .
- Check the status enabled (green tick) or disabled (grey tick) of the extension on the toolbar (top right corner).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enable right click - allow copy & select Enable right click - allow copy & select
ID mlloloooolpffjkjaclpfpeednngpjon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-right-click-allow/mlloloooolpffjkjaclpfpeednngpjon
คำอธิบาย Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.
ขนาดไฟล์ 78.74 KB
จำนวนการติดตั้ง 2,072,277
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2022-10-23
คะแนน 4.81/5 รวมทั้งหมด 378 คะแนน
ผู้พัฒนา Allow copy&select
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,te,kn-IN,ml,th,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "short_name": "Allow copy",
    "action": {
        "default_title": "Unblock right click - allow copy",
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.0.3"
}