Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
Τι είναι το Easy Share;
Το Easy Share είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cloudymedia.com, και η κύρια λειτουργία του είναι "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Easy Share
Λήψη αρχείων επέκτασης Easy Share σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
Επίσημο URL | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
Περιγραφή | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
Μέγεθος Αρχείου | 133 KB |
Αριθμός Εγκαταστάσεων | 2,549 |
Τρέχουσα Έκδοση | 1.8.1 |
Τελευταία Ενημέρωση | 2013-10-24 |
Ημερομηνία Δημοσίευσης | 2013-10-24 |
Αξιολόγηση | 4.36/5 Συνολικά 45 Αξιολογήσεις |
Προγραμματιστής | Cloudymedia.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.cloudymedia.com/easy-share/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/emilioastarita/easy-share |
Υποστηριζόμενες Γλώσσες | 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 } |