Simple Ruler

A very simple ruler to check your webpage, without ads, without secrets, just a ruler.

Simple Ruler क्या है?

Simple Ruler https://simplerulerextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A very simple ruler to check your webpage, without ads, without secrets, just a ruler."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Ruler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Check the measures of components can be easier than open the dev tools and check the size of a component. 

With the simple ruler extension, you just click and move your mouse over the components to see the width and height.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Ruler Simple Ruler
ID ddhlibhghnglpoacapkoffkcgfijcfkg
आधिकारिक URL https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg
विवरण A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
फ़ाइल का आकार 43.05 KB
स्थापना संख्या 1,496
वर्तमान संस्करण 28.0.0
अंतिम अपडेट 2023-08-17
प्रकाशन तिथि 2021-10-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://simplerulerextension.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://simplerulerextension.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.",
    "version": "28.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}