Easy share
Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.
Wat is Easy share?
Easy share is een Chrome-extensie ontwikkeld door Florian Bezagu, en de belangrijkste functie is "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.".
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
Share the current page your are browsing to your favorite social network without leaving your page ! Now supports Google+, Facebook, Twitter, Tumblr and LinkedIn ! 1.2 @ 2013-09-25 : - Added GMail service 1.1 @ 2013-09-25 : - Updated font
Basisinformatie over de Extensie
Naam | |
ID | fhgcpennmmpcjjnicfinhjiipabkhbik |
Officiële URL | https://chrome.google.com/webstore/detail/easy-share/fhgcpennmmpcjjnicfinhjiipabkhbik |
Beschrijving | Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn. |
Bestandsgrootte | 46.81 KB |
Aantal Installaties | 272 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-09-25 |
Publicatiedatum | 2013-09-25 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Florian Bezagu |
Betalingswijze | free |
Extensiewebsite | https://github.com/FlorianBezagu/chrome-easy-share |
Help Pagina-URL | https://github.com/FlorianBezagu/chrome-easy-share/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy share", "description": "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |