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 Pisi Pisi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Align Center एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |