Simple Ruler

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

Simple Rulerคืออะไร?

Simple Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simplerulerextension.com และคุณลักษณะหลักของมันคือ "A very simple ruler to check your webpage, without ads, without secrets, just a ruler."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Ruler

ดาวน์โหลดไฟล์ส่วนขยาย Simple Ruler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}