Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Wat is Easy Share?
Easy Share is een Chrome-extensie ontwikkeld door Cloudymedia.com, en de belangrijkste functie is "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Share
Download Easy 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
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.
Basisinformatie over de Extensie
Naam | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
Officiële URL | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
Beschrijving | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
Bestandsgrootte | 133 KB |
Aantal Installaties | 2,549 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2013-10-24 |
Publicatiedatum | 2013-10-24 |
Beoordeling | 4.36/5 Totaal 45 Beoordelingen |
Ontwikkelaar | Cloudymedia.com |
Betalingswijze | free |
Extensiewebsite | http://www.cloudymedia.com/easy-share/ |
Help Pagina-URL | https://github.com/emilioastarita/easy-share |
Ondersteunde Talen | 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 } |