Enable Paste

Vihaan Info Solutions

Enable Pasteคืออะไร?

Enable Paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rakeshpawar666 และคุณลักษณะหลักของมันคือ "Vihaan Info Solutions"

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

screenshot

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

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

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

                        This extension lets you enable Copy & Paste                    

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

ชื่อ Enable Paste Enable Paste
ID mbiebkejljkljddhjfegppjnfbhcbnpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe
คำอธิบาย Vihaan Info Solutions
ขนาดไฟล์ 98.12 KB
จำนวนการติดตั้ง 2,125
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-08-16
วันที่เผยแพร่ 2019-08-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rakeshpawar666
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Paste",
    "description": "Vihaan Info Solutions",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "v_latter16.png",
        "48": "v_latter48.png",
        "128": "v_latter128.png"
    },
    "browser_action": {
        "default_icon": "v_latter48.png",
        "default_popup": "popup.html",
        "default_title": "VIHAAN INFO SOLUTIONS"
    },
    "permissions": [
        "http:\/\/localhost:54222\/*",
        "https:\/\/stackoverflow.com\/*",
        "http:\/\/policyinsurancecrm.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:54222\/*",
                "https:\/\/stackoverflow.com\/*",
                "http:\/\/policyinsurancecrm.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/fingerprint2.js",
                "scripts\/jquery.min.js"
            ]
        }
    ]
}