Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

什麼是Copy Plain Text?

Copy Plain Text是由Dima PM開發的Chrome擴展程式,該擴展的主要功能是“Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.”。

擴展截圖

screenshot

下載Copy Plain Text擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
官方網址 https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
簡介 Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
檔案大小 5.81 KB
安裝次數 2,616
目前版本 0.3
更新時間 2016-12-18
上架時間 2016-12-18
評分 4.54/5 共 13 次評分
開發者 Dima PM
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}