Copy Plain Text

You may copy the selected text to the clipboard without formatting by right-clicking on it.

什麼是Copy Plain Text?

Copy Plain Text是由David Klayer開發的Chrome擴展程式,該擴展的主要功能是“You may copy the selected text to the clipboard without formatting by right-clicking on it.”。

擴展截圖

screenshot

下載Copy Plain Text擴展crx文件

下載Copy Plain Text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option.

Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered.

You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.                    

擴展基本資訊

名稱 Copy Plain Text Copy Plain Text
ID ilbkhfhoagglkammfimendfopgmpochg
官方網址 https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg
簡介 You may copy the selected text to the clipboard without formatting by right-clicking on it.
檔案大小 18.13 KB
安裝次數 432
目前版本 0.1
更新時間 2022-05-29
上架時間 2022-05-29
評分 4.93/5 共 41 次評分
開發者 David Klayer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/copy-plain-text/
說明頁面URL https://worldaddons.com/contact/
隱私政策頁面URL https://worldaddons.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Copy Plain Text",
    "short_name": "copy-plain-text",
    "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/",
    "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "64": "resources\/icons\/64.png",
        "128": "resources\/icons\/128.png"
    }
}