ruler

Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.

rulerคืออะไร?

ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Remmel และคุณลักษณะหลักของมันคือ "Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware."

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

screenshot

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

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

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

                        Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ruler ruler
ID cnpednncpilbojdmhpjhoakknbboanln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln
คำอธิบาย Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
ขนาดไฟล์ 38.42 KB
จำนวนการติดตั้ง 573
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2019-04-01
วันที่เผยแพร่ 2019-04-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ian Remmel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.3",
    "description": "__MSG_appDescription__",
    "author": "Ian Remmel",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "ruler"
    },
    "manifest_version": 2
}