Yad2 Copy Link

This extension is used to copy an add link without having to use yad2 'send to friend' mechanism

Yad2 Copy Linkคืออะไร?

Yad2 Copy Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eitam Doodai และคุณลักษณะหลักของมันคือ "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism"

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

screenshot

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

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

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

                        Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.                    

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

ชื่อ Yad2 Copy Link Yad2 Copy Link
ID mhgklplfnkeklclkemlgdogcmccpcdnn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn
คำอธิบาย This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
ขนาดไฟล์ 83.65 KB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-10-31
วันที่เผยแพร่ 2013-10-31
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Eitam Doodai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yad2 Copy Link",
    "description": "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism",
    "author": "Eitam Doodai",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.yad2.co.il\/*",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.yad2.co.il\/*"
            ],
            "js": [
                "jquery-2.0.2.js",
                "main.js",
                "humane.min.js"
            ],
            "css": [
                "libnotify.css"
            ]
        }
    ]
}