Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Qu'est-ce que Easy Share ?
Easy Share est une extension Chrome développée par Cloudymedia.com, et sa fonction principale est "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Share
Téléchargez les fichiers d'extension Easy 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
Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else. Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail. NEW: Remembers the services selected in last session.
Informations de Base sur l'Extension
Nom | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
URL Officiel | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
Description | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
Taille du Fichier | 133 KB |
Nombre d'Installations | 2,549 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2013-10-24 |
Date de Publication | 2013-10-24 |
Évaluation | 4.36/5 Total 45 Évaluations |
Développeur | Cloudymedia.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.cloudymedia.com/easy-share/ |
URL de la Page d'Aide | https://github.com/emilioastarita/easy-share |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Share", "version": "1.8.1", "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "take-screen.js" ] } ], "permissions": [ "tabs" ], "page_action": { "default_name": "Easy Share", "default_icon": "marker.png", "default_popup": "popup.html" }, "manifest_version": 2 } |