Yad2 Copy Link
This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
Cos'è Yad2 Copy Link?
Yad2 Copy Link è un'estensione di Chrome sviluppata da Eitam Doodai, e la sua funzione principale è "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yad2 Copy Link
Scarica i file di estensione Yad2 Copy Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.
Informazioni di Base sull'Estensione
Nome | |
ID | mhgklplfnkeklclkemlgdogcmccpcdnn |
URL Ufficiale | https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn |
Descrizione | This extension is used to copy an add link without having to use yad2 'send to friend' mechanism |
Dimensione del File | 83.65 KB |
Conteggio Installazioni | 279 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-10-31 |
Data di Pubblicazione | 2013-10-31 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Eitam Doodai |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |