WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Select Text to Copy - Allow Copy & Select Range

Select Text to Copy - Allow Copy & Select Range

View on Chrome Web Store
View Select Text to Copy - Allow Copy & Select Range Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

우클릭 제한 무시, 클릭으로 글 전체 복사 Allow Copy & Select Range
Type
Extension
Users
19 users
2
sorp
View author page of sorp
Published
Published on September 28, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on October 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Select Text to Copy - Allow Copy & Select Range Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Select Text to Copy - Allow Copy & Select Range",
    "description": "\uc6b0\ud074\ub9ad \uc81c\ud55c \ubb34\uc2dc, \ud074\ub9ad\uc73c\ub85c \uae00 \uc804\uccb4 \ubcf5\uc0ac Allow Copy & Select Range",
    "version": "1.1.0",
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "16": "images\/main\/icon_16.png",
        "32": "images\/main\/icon_32.png",
        "48": "images\/main\/icon_48.png",
        "128": "images\/main\/icon_128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "activate-copy-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "Hot Key: select text to copy"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top