GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
GriDesign क्या है?
GriDesign https://www.gmtoppi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a grid on web pages in order to check fixed and fluid page layout."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GriDesign एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout.
एक्सटेंशन की मूल जानकारी
नाम | GriDesign |
ID | iefpnenakcpfakjlbjdheejobjlfejbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
विवरण | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
फ़ाइल का आकार | 17.75 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2013-08-12 |
प्रकाशन तिथि | 2013-08-12 |
डेवलपर | https://www.gmtoppi.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://gmtoppi.com/gridesign/help_howto.html |
सहायता पृष्ठ URL | http://gmtoppi.com/gridesign/help_howto.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GriDesign", "description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.", "version": "0.12", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |