8 Pixel Grid Reference
A quick reference to increments of 8.
8 Pixel Grid Reference क्या है?
8 Pixel Grid Reference Spencer Everett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick reference to increments of 8."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 8 Pixel Grid Reference एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension was created for designers and developers who use the 8-point grid system in their work. The extension offers a quick reference to increments of 8.
एक्सटेंशन की मूल जानकारी
नाम | 8 Pixel Grid Reference |
ID | hajjjkpjlanimlnkmfffpodokjahhnnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd |
विवरण | A quick reference to increments of 8. |
फ़ाइल का आकार | 13.1 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-03-01 |
प्रकाशन तिथि | 2021-01-10 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Spencer Everett |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "8 Pixel Grid Reference", "version": "1.2", "description": "A quick reference to increments of 8.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |