Google+ Stamina
Easy way to share things found in the Internet via Google+.
Τι είναι το Google+ Stamina;
Το Google+ Stamina είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kirill Maltsev, και η κύρια λειτουργία του είναι "Easy way to share things found in the Internet via Google+.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google+ Stamina
Λήψη αρχείων επέκτασης Google+ Stamina σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
In order to share an interesting page, it’s enough to right-click on any place of the page and select „Share on Google+“. You can post the picture you liked in the same way. In order to do this, right-click on it. If you share a page on YouTube, then the video will appear in the feed of your posts. The most important thing is that you do not need to go to your page of G+. Keep a blog without tearing yourself from the view.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
Επίσημο URL | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
Περιγραφή | Easy way to share things found in the Internet via Google+. |
Μέγεθος Αρχείου | 38.94 KB |
Αριθμός Εγκαταστάσεων | 137 |
Τρέχουσα Έκδοση | 0.7.3 |
Τελευταία Ενημέρωση | 2012-09-22 |
Ημερομηνία Δημοσίευσης | 2012-09-22 |
Αξιολόγηση | 4.23/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Kirill Maltsev |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://twitter.com/gplusstamina |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google+ Stamina", "version": "0.7.3", "description": "__MSG_description__", "background": { "scripts": [ "gplus_stamina.js" ] }, "permissions": [ "contextMenus", "tabs", "*:\/\/plusone.google.com\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_locale": "en" } |