Outliner

This extension outlines all the DOM elements on a page

Outlinerคืออะไร?

Outliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zach Baker และคุณลักษณะหลักของมันคือ "This extension outlines all the DOM elements on a page"

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

screenshot

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

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

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

                        Exposes DOM element boundaries with dashed outlines.                    

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

ชื่อ Outliner Outliner
ID hmdacajmldpieoadpgloddgkeamdhoka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outliner/hmdacajmldpieoadpgloddgkeamdhoka
คำอธิบาย This extension outlines all the DOM elements on a page
ขนาดไฟล์ 15.99 KB
จำนวนการติดตั้ง 1,001
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-03-08
วันที่เผยแพร่ 2016-03-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Zach Baker
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outliner",
    "description": "This extension outlines all the DOM elements on a page",
    "version": "1.0.1",
    "icons": {
        "16": "icon.outliner.16.png",
        "48": "icon.outliner.48.png",
        "128": "icon.outliner.128.png"
    },
    "browser_action": {
        "default_icon": "icon.outliner.48.png",
        "default_title": "Add some purple outlines"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}