CopyCopy

Clip useful information from the web, and paste or view anywhere via your CopyCopy account.

CopyCopyคืออะไร?

CopyCopy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.copycopy.com และคุณลักษณะหลักของมันคือ "Clip useful information from the web, and paste or view anywhere via your CopyCopy account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyCopy

ดาวน์โหลดไฟล์ส่วนขยาย CopyCopy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy anything, Paste anywhere, Keep forever. CopyCopy sets your data free!

Found something useful on phone or PC? Just CopyCopy it, and it will be available on all your devices and via your online account instantly and any time in the future.

* Easily copy snippets from web pages, including text, links and images by right clicking and selecting CopyCopy
* Paste on any other computer or phone instantly
* Store all your clips forever and access from any browser now or in the future

We securely store your data forever and let you access it instantly on other PCs or mobiles.

With CopyCopy, you can:
* Copy a phone number from a spreadsheet on your desktop and dial it instantly on your phone.
* Copy a email address or link from your desktop browser.
* Take a photo on your phone and print it out easily on your desktop.
* Copy documents, photos, videos or any file and view it on any device.
* Compose long messages from the comfort of your desktop keyboard and instantly paste into any messaging app on your phone or tablet.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CopyCopy CopyCopy
ID obenikbdcfaghhhbmfhbemdhkmoicmdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copycopy/obenikbdcfaghhhbmfhbemdhkmoicmdf
คำอธิบาย Clip useful information from the web, and paste or view anywhere via your CopyCopy account.
ขนาดไฟล์ 66.51 KB
จำนวนการติดตั้ง 235
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2016-05-06
วันที่เผยแพร่ 2016-05-06
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.copycopy.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.copycopy.com
URL หน้าช่วยเหลือ https://www.copycopy.com/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.10",
    "minimum_chrome_version": "35.0.0.0",
    "default_locale": "en",
    "author": "CopyCopy Team",
    "homepage_url": "https:\/\/www.copycopy.com",
    "permissions": [
        "cookies",
        "*:\/\/*.copycopy.cc\/*",
        "https:\/\/www.google-analytics.com\/",
        "",
        "contextMenus",
        "tabs",
        "notifications",
        "gcm",
        "storage",
        "clipboardWrite"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.copycopy.cc\/*",
            "*:\/\/*.copycopy.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "incognito": "split",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "150": "images\/icon150.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "google-analytics-bundle.js",
            "common-content\/common-html.js",
            "common-content\/common-image.js",
            "common-content\/common-desktop-app-detection.js",
            "common-background\/common.js",
            "BaseUrl.js",
            "CopyCopy.js",
            "PushMessaging.js",
            "analytics.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "CopyCopyContent.js",
                "common-content\/common-webclip.js"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}