Page Align Center
Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.
Τι είναι το Page Align Center;
Το Page Align Center είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pisi Pisi, και η κύρια λειτουργία του είναι "Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Page Align Center
Λήψη αρχείων επέκτασης Page Align Center σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Useful for ultrawide and big screens. Center pages and align pages as you like. 1. Click on extension 2. Slide and set your website centering. 3. Save it :) (4). You can set same website with different configurations via adding keywords. And you can update the website centering with same configuration. * Thank you for feedbacks. I'll update extension soon. - Next Release Note, restarting won't reset the centered & saved websites. This extension is open to development. Please do not hesitate to make suggestions. Important Note: Extension won't center the chrome web store(where you downloaded the extension)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Page Align Center |
ID | neckdhljenflakkgcbidcnbdjjbpllnk |
Επίσημο URL | https://chromewebstore.google.com/detail/page-align-center/neckdhljenflakkgcbidcnbdjjbpllnk |
Περιγραφή | Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites. |
Μέγεθος Αρχείου | 108 KB |
Αριθμός Εγκαταστάσεων | 1,153 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2023-04-03 |
Ημερομηνία Δημοσίευσης | 2020-04-27 |
Αξιολόγηση | 4.00/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | Pisi Pisi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://oguzozgen.github.io/oguz-p/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://oguzozgen.github.io/oguz-p/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Align Center", "description": "Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.", "version": "1.4", "author": "Oguz Ozgen", "icons": { "512": "img\/icon512.png", "256": "img\/icon256.png", "128": "img\/icon128.png", "64": "img\/icon64.png", "32": "img\/icon32.png", "24": "img\/icon24.png", "16": "img\/icon16.png" }, "page_action": { "default_icon": "img\/icon16.png", "default_popup": ".\/views\/popup\/popup.html", "default_title": "Page Align Center" }, "background": { "scripts": [ ".\/dependencies\/jquery-3.1.1.min.js", ".\/dependencies\/underscore-min.js", ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.js", ".\/helpers\/helperCommon.js", ".\/views\/background\/eventPage.js" ], "css": [ ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.css" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/dependencies\/jquery-3.1.1.min.js", ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.js", ".\/helpers\/helperCommon.js", ".\/views\/content\/content.js" ], "css": [ ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.css", ".\/views\/content\/content.css" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "*:\/\/*\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "webNavigation" ] } |