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