Remove Screenshare Notification for Hangouts™
Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Τι είναι το Remove Screenshare Notification for Hangouts™;
Το Remove Screenshare Notification for Hangouts™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Master, και η κύρια λειτουργία του είναι "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remove Screenshare Notification for Hangouts™
Λήψη αρχείων επέκτασης Remove Screenshare Notification for Hangouts™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window. NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it. Changelog: ------------------ 12/7/15 - Updated to support Hangouts Beta
Βασικές Πληροφορίες Επέκτασης
Όνομα | Remove Screenshare Notification for Hangouts™ |
ID | dkoinecnplfbobfdamgfjfonmjieigpd |
Επίσημο URL | https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd |
Περιγραφή | Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone. |
Μέγεθος Αρχείου | 46.05 KB |
Αριθμός Εγκαταστάσεων | 873 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-12-07 |
Ημερομηνία Δημοσίευσης | 2015-12-07 |
Αξιολόγηση | 3.87/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | Master |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "Remove Screenshare Notification for Hangouts\u2122", "description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.", "manifest_version": 2, "version": "1.1", "icons": { "16": "thumbnail-16.png", "24": "thumbnail-24.png", "32": "thumbnail-32.png", "48": "thumbnail-48.png", "64": "thumbnail-64.png", "128": "thumbnail-128.png" }, "permissions": [ "*:\/\/plus.google.com\/hangouts\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/plus.google.com\/hangouts\/*" ], "js": [ "jquery.js", "background-min.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "background-min.js", "thumbnail-16.png", "thumbnail-24.png", "thumbnail-32.png", "thumbnail-48.png", "thumbnail-64.png", "thumbnail-128.png" ] } |