Easy Link Share
Share web links which you browse, in social network
Cos'è Easy Link Share?
Easy Link Share è un'estensione di Chrome sviluppata da Karthikeyan S, e la sua funzione principale è "Share web links which you browse, in social network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Link Share
Scarica i file di estensione Easy Link Share 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
For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.
Informazioni di Base sull'Estensione
Nome | Easy Link Share |
ID | hakifdnhlnognadcclbelgmfijhogcnn |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn |
Descrizione | Share web links which you browse, in social network |
Dimensione del File | 116 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-05-14 |
Data di Pubblicazione | 2015-05-14 |
Valutazione | 4.63/5 Totale 8 Valutazioni |
Sviluppatore | Karthikeyan S |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Link Share", "short_name": "Link Share", "description": "Share web links which you browse, in social network", "version": "0.1", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |