Copycat

Copycat is a clipboard extension that allows you to copy and paste text and images from anywhere on the web.

Copycatคืออะไร?

Copycat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Follett School Solutions, Inc. และคุณลักษณะหลักของมันคือ "Copycat is a clipboard extension that allows you to copy and paste text and images from anywhere on the web."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Copycat is a free clip board extension that allows you to copy selected text and images from anywhere on the web and store those clips in our extension. Then you can copy stored clips to your clipboard and paste those clips from your clipboard to anywhere. No account or registration required.

Use the Copycat browser extension to:
* Copy and store text and images while keeping a reference to the page they came from.
* Organize clipped text and images by date.
* Search through all copied clips.
* Paste copied clips into an online editor, like Google Drive, Google Docs, Microsoft OneDrive or Office365.
* Toggle the extension on/off by clicking the extension icon.

Copycat is offered free by Follett School Solutions, Inc.                    

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

ชื่อ Copycat Copycat
ID khbjeknhjcdbijopmdbnjpncellpbjhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copycat/khbjeknhjcdbijopmdbnjpncellpbjhf
คำอธิบาย Copycat is a clipboard extension that allows you to copy and paste text and images from anywhere on the web.
ขนาดไฟล์ 359 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.1.62
อัปเดตครั้งล่าสุด 2016-01-12
วันที่เผยแพร่ 2016-01-12
คะแนน 3.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Follett School Solutions, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://follettlabs.com/projects/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.62",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Click to disable Copycat"
    },
    "commands": {
        "toggle-copycat": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Open and Close Copycat"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/injected\/main.js"
            ],
            "css": [
                "scripts\/injected\/main.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/injected\/flyout\/app.html"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}