Plus Right Stuff Hider
Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Τι είναι το Plus Right Stuff Hider;
Το Plus Right Stuff Hider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον veddermatic, και η κύρια λειτουργία του είναι "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Plus Right Stuff Hider
Λήψη αρχείων επέκτασης Plus Right Stuff Hider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hides all the right side boxes; "Trending on Google+", "Hangouts", "You May Know", "You Might Like" as well as the "Chat" pop-up window in the newly redesigned Google+ UI. If you don't use any of those things and don't want to see them, then this is the extension for you! * Version 1.1 re-hides, as they changed the HTML / CSS of the plus layout. * UPDATE! Version 1.2 re-hides, as they changed the HTML / CSS of the plus layout.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oeipgihnclpojojmkmnjgnaebddpmibe |
Επίσημο URL | https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe |
Περιγραφή | Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+ |
Μέγεθος Αρχείου | 18.6 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2012-06-27 |
Ημερομηνία Δημοσίευσης | 2012-06-27 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | veddermatic |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plus Right Stuff Hider", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "css": [ "noRightSide.css" ] } ] } |