Copy Pasta

This extension will share your clipboard to other connected devices

什麼是Copy Pasta?

Copy Pasta是由neosoftware開發的Chrome擴展程式,該擴展的主要功能是“This extension will share your clipboard to other connected devices”。

擴展截圖

screenshot

下載Copy Pasta擴展crx文件

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

擴展使用說明

                        The Copy Pasta Chrome Extension allows you to share texts and links to other devices in your group that have the Copy Pasta Mobile App.                    

擴展基本資訊

名稱 Copy Pasta Copy Pasta
ID mgkingbdjfjgllkdjbeagffjdlhhphja
官方網址 https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja
簡介 This extension will share your clipboard to other connected devices
檔案大小 621 KB
安裝次數 841
目前版本 1.3
更新時間 2017-04-23
上架時間 2017-04-22
評分 5.00/5 共 1 次評分
開發者 neosoftware
付費類型 free
擴展官網 http://copypastaapp.com/
隱私政策頁面URL http://copypastaapp.com/home/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Pasta",
    "description": "This extension will share your clipboard to other connected devices",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "contextMenus",
        "cookies",
        "*:\/\/*.copypastaapp.com\/",
        "https:\/\/zumo.blob.core.windows.net\/*"
    ],
    "icons": {
        "16": "icon-context.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/zumo.blob.core.windows.net\/sdk\/azure-mobile-apps-client.min.js; object-src 'self'"
}