Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Co je Easy Share?
Easy Share je rozšíření Chrome vyvinuté Cloudymedia.com, a jeho hlavní funkcí je „Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy Share
Stáhněte si soubory rozšíření Easy Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
Oficiální URL | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
Popis | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
Velikost souboru | 133 KB |
Počet instalací | 2,549 |
Aktuální Verze | 1.8.1 |
Poslední Aktualizace | 2013-10-24 |
Datum Vydání | 2013-10-24 |
Hodnocení | 4.36/5 Celkem 45 Hodnocení |
Vývojář | Cloudymedia.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.cloudymedia.com/easy-share/ |
URL Stránky Nápovědy | https://github.com/emilioastarita/easy-share |
Podporované Jazyky | 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 } |