Allow right click - simple copy

Unblocks right click menu, highlight and copy for all pages

Allow right click - simple copy là gì?

Allow right click - simple copy là một tiện ích mở rộng Chrome được phát triển bởi Allowso, và tính năng chính của nó là "Unblocks right click menu, highlight and copy for all pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Allow right click - simple copy

Tải xuống các tệp mở rộng Allow right click - simple copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Unblock Context Menu and Select, Allow selecting, Allow copying, Allow right clicking in some 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 sites that blocked them
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
 
When text is selected using the mouse it will automatically be copied to the clipboard.
*** 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 ***
Features:
- Notification on copy
- Remove selection on copy
- Enable / disable in text boxes
- Enable / disable in content editable elements
- Paste on middle click
- Use modifier key(s) to enable / disable auto copy
- Use modifier key(s) to copy as a link
- Always copy as a link
- Copy without formatting
- Include informational comment with optional formatting items
- Use modifier key(s) to enable / disable informational comment
- Blacklist websites to automatically disable the extension
- Works with all URL types

 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. If you have any doubt regarding the same you can always analyze the code of this extension on github .
Copy Paste Pro 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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Allow right click - simple copy Allow right click - simple copy
ID cinnaghekiafnplijmadmifnoaecefdd
URL Chính Thức https://chrome.google.com/webstore/detail/allow-right-click-simple/cinnaghekiafnplijmadmifnoaecefdd
Mô tả Unblocks right click menu, highlight and copy for all pages
Kích Thước Tệp 47.31 KB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 1.2.9
Cập Nhật Lần Cuối 2022-08-28
Ngày Phát Hành 2021-06-14
Đánh Giá 4.18/5 Tổng số 45 Đánh Giá
Nhà Phát Triển Allowso
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,fil,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Unblock right click - allow copy",
        "default_icon": "images\/128px.png",
        "default_popup": "main.html"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/128px.png",
        "48": "images\/48px.png",
        "32": "images\/32px.png",
        "16": "images\/16px.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Allow copy",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.2.9"
}