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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | mhgklplfnkeklclkemlgdogcmccpcdnn |
官方網址 | 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" ] } ] } |