CopyPaste

Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.

CopyPasteคืออะไร?

CopyPaste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe Nolleto และคุณลักษณะหลักของมันคือ "Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente."

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

screenshot
screenshot
screenshot

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

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

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

                        Permite que você salve frases ou palavras que você usa com frequência, e copia-las para área de transferência ou colar direto no lugar aonde você deseja.                    

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

ชื่อ CopyPaste CopyPaste
ID icmoogdmojecgjphlaghlciiajddhljm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copypaste/icmoogdmojecgjphlaghlciiajddhljm
คำอธิบาย Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.
ขนาดไฟล์ 88.7 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-01-13
วันที่เผยแพร่ 2015-01-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Felipe Nolleto
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nolleto/CopyPaste
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyPaste",
    "description": "Guarde frases que voc\u00ea geralmente usa todos os dias e copie ou cole elas facilmente.",
    "version": "1.0.1",
    "permissions": [
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_copy.png",
        "default_popup": "\/html\/index.html"
    },
    "background": {
        "page": "\/html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon_copy.png",
        "48": "\/images\/icon_copy.png",
        "128": "\/images\/icon_copy.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}