Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Baseliner क्या है?
Baseliner https://jpedroribeiro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Baseliner adds horizontal & vertical lines to help you align your grid to any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Baseliner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a horizontal and/or vertical lines on top of any website. The Baseliner extension adds a fully customisable CSS layer on top of any website to help you align your design and ensure the grid is in place. -------------------- The best place for support is not in the reviews section below, but on the Baseliner GitHub repo: https://github.com/jpedroribeiro/Baseliner/issues Check out full set of features and how to contribute on our GitHub page: https://github.com/jpedroribeiro/Baseliner
एक्सटेंशन की मूल जानकारी
नाम | Baseliner |
ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
आधिकारिक URL | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
विवरण | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
फ़ाइल का आकार | 203 KB |
स्थापना संख्या | 6,594 |
वर्तमान संस्करण | 7.1 |
अंतिम अपडेट | 2022-11-03 |
प्रकाशन तिथि | 2020-05-18 |
रेटिंग | 4.31/5 कुल 45 रेटिंग्स |
डेवलपर | https://jpedroribeiro.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.jpedroribeiro.com/ |
सहायता पृष्ठ URL | https://github.com/jpedroribeiro/Baseliner |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Baseliner", "short_name": "Baseliner", "description": "Baseliner adds horizontal & vertical lines to help you align your grid to any website.", "version": "7.1", "author": "J. Pedro Ribeiro", "homepage_url": "https:\/\/jpedroribeiro.com\/", "action": { "default_popup": "index.html", "default_title": "Baseliner", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "scripting" ] } |