Easy Link Share
Share web links which you browse, in social network
Wat is Easy Link Share?
Easy Link Share is een Chrome-extensie ontwikkeld door Karthikeyan S, en de belangrijkste functie is "Share web links which you browse, in social network".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Link Share
Download Easy Link Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Easy Link Share |
ID | hakifdnhlnognadcclbelgmfijhogcnn |
Officiële URL | https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn |
Beschrijving | Share web links which you browse, in social network |
Bestandsgrootte | 116 KB |
Aantal Installaties | 117 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-05-14 |
Publicatiedatum | 2015-05-14 |
Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Karthikeyan S |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |