Grid Builder
Grid Builder extension applies a grid to current web page.
Grid Builder क्या है?
Grid Builder https://beltslib.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grid Builder extension applies a grid to current web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grid Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Grid Builder is a tool, built for front-end developers to inspect and examine their designs or any web site in action. This extension is absolutely a must have in every front-end developers browser.
एक्सटेंशन की मूल जानकारी
नाम | Grid Builder |
ID | fdngjphcahnpgejdhledgcfggjokekgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/grid-builder/fdngjphcahnpgejdhledgcfggjokekgl |
विवरण | Grid Builder extension applies a grid to current web page. |
फ़ाइल का आकार | 43.28 KB |
स्थापना संख्या | 972 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-11-23 |
प्रकाशन तिथि | 2014-11-23 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | https://beltslib.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://gridbuilder.beltslib.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grid Builder", "description": "Grid Builder extension applies a grid to current web page.", "version": "1.0", "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.min.css" ], "js": [ "jquery-2.1.1.min.js", "content.min.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |