Copy&Clear

Simple extension to copy and paste text and plain.

Copy&Clearคืออะไร?

Copy&Clear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luciano Borges และคุณลักษณะหลักของมันคือ "Simple extension to copy and paste text and plain."

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

screenshot
screenshot
screenshot

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

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

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

                        Simple extension to copy and paste text and plain.                    

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

ชื่อ Copy&Clear Copy&Clear
ID pfjhbkgfmakodandnbibhllncbggjngl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl
คำอธิบาย Simple extension to copy and paste text and plain.
ขนาดไฟล์ 59.93 KB
จำนวนการติดตั้ง 542
เวอร์ชันปัจจุบัน 1.38
อัปเดตครั้งล่าสุด 2016-03-26
วันที่เผยแพร่ 2016-03-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Luciano Borges
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-US,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_name__",
    "version": "1.38",
    "icons": {
        "16": "images\/socl_016.png",
        "32": "images\/socl_032.png",
        "48": "images\/socl_048.png",
        "128": "images\/socl_128.png"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "author": "iAutomate - Integra\u00e7\u00e3o de Sistemas",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/socl_048.png"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}