1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
1px: Simple ruler क्या है?
1px: Simple ruler Nevzilya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple ruler for measuring the size of blocks on a page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1px: Simple ruler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button. Perhaps in the future some more useful functions will be added, but now only such functionality.
एक्सटेंशन की मूल जानकारी
नाम | 1px: Simple ruler |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
विवरण | A simple ruler for measuring the size of blocks on a page |
फ़ाइल का आकार | 22.13 KB |
स्थापना संख्या | 9,004 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-08-04 |
प्रकाशन तिथि | 2021-07-11 |
रेटिंग | 3.55/5 कुल 11 रेटिंग्स |
डेवलपर | Nevzilya |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://notepad-online.ru/privacy.html |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_name__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "ico_16_mono.png", "48": "ico_48.png", "128": "ico_128.png" }, "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |