Skinny
This extension lets you limit the width of any web page, for better readability on big screens.
Τι είναι το Skinny;
Το Skinny είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Gilbertson, και η κύρια λειτουργία του είναι "This extension lets you limit the width of any web page, for better readability on big screens.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skinny
Λήψη αρχείων επέκτασης Skinny σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When a web page has lines of text that run the full width of the page, it can become hard to read on high resolution monitors. If you find yourself making your browser window smaller just so you can read Wikipedia comfortably, this is the extension for you! Just click the Skinny icon to instantly make the page narrower. (The extensions doesn't change any pages until you click the button.) Two vertical bars are added to the page, visible only on hover, that you can drag to change the width. It will keep track of pages that you have set to be 'skinny', except any pages you visit in incognito mode. If there's a site that's not behaving well with this extension let me know and I'll check it out.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Skinny |
ID | lfohknefidgmanghfabkohkmlgbhmeho |
Επίσημο URL | https://chromewebstore.google.com/detail/skinny/lfohknefidgmanghfabkohkmlgbhmeho |
Περιγραφή | This extension lets you limit the width of any web page, for better readability on big screens. |
Μέγεθος Αρχείου | 17.63 KB |
Αριθμός Εγκαταστάσεων | 309 |
Τρέχουσα Έκδοση | 1.8 |
Τελευταία Ενημέρωση | 2020-05-15 |
Ημερομηνία Δημοσίευσης | 2020-05-15 |
Αξιολόγηση | 4.50/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | David Gilbertson |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skinny", "description": "This extension lets you limit the width of any web page, for better readability on big screens.", "version": "1.8", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "extensionEvents.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |