720p: Resize!
Resize the window to 720p!
Τι είναι το 720p: Resize!;
Το 720p: Resize! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hypno.nimja.com, και η κύρια λειτουργία του είναι "Resize the window to 720p!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 720p: Resize!
Λήψη αρχείων επέκτασης 720p: Resize! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things. It requires no permissions, cannot read your tabs and the code is easy and clean to read. Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 720p: Resize! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
Επίσημο URL | https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb |
Περιγραφή | Resize the window to 720p! |
Μέγεθος Αρχείου | 8.61 KB |
Αριθμός Εγκαταστάσεων | 132 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-12-28 |
Ημερομηνία Δημοσίευσης | 2015-12-28 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://hypno.nimja.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "720p: Resize!", "description": "Resize the window to 720p!", "version": "1.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "name": "Resize the viewport.", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "manifest_version": 2 } |