Design Column Overlay
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…
Design Column Overlay क्या है?
Design Column Overlay pnarielwala द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Design Column Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design guidelines at various window dimensions
एक्सटेंशन की मूल जानकारी
नाम | Design Column Overlay |
ID | ljefcffcapmdjpfkdbdaflllfjognlnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/design-column-overlay/ljefcffcapmdjpfkdbdaflllfjognlnh |
विवरण | This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design… |
फ़ाइल का आकार | 392 KB |
स्थापना संख्या | 503 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2022-09-27 |
प्रकाशन तिथि | 2020-04-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | pnarielwala |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pnarielwala/design-column-overlay |
सहायता पृष्ठ URL | https://github.com/pnarielwala/design-column-overlay |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Design Column Overlay", "version": "0.2", "manifest_version": 3, "action": { "default_popup": "index.html" }, "icons": { "16": "column16.png", "48": "column48.png", "128": "column128.png" }, "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ " |