Easy Link Share
Share web links which you browse, in social network
Qu'est-ce que Easy Link Share ?
Easy Link Share est une extension Chrome développée par Karthikeyan S, et sa fonction principale est "Share web links which you browse, in social network".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Link Share
Téléchargez les fichiers d'extension Easy Link Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Easy Link Share |
ID | hakifdnhlnognadcclbelgmfijhogcnn |
URL Officiel | https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn |
Description | Share web links which you browse, in social network |
Taille du Fichier | 116 KB |
Nombre d'Installations | 117 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-05-14 |
Date de Publication | 2015-05-14 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | Karthikeyan S |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |