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はEitam Doodaiによって開発されたChromeの拡張機能で、その主な機能は「This extension is used to copy an add link without having to use yad2 'send to friend' mechanism」です。

拡張機能のスクリーンショット

screenshot

Yad2 Copy Link拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}