Outliner

This extension outlines all the DOM elements on a page

Outlinerとは何ですか?

OutlinerはZach Bakerによって開発されたChromeの拡張機能で、その主な機能は「This extension outlines all the DOM elements on a page」です。

拡張機能のスクリーンショット

screenshot

Outliner拡張機能のCRXファイルをダウンロード

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\/"
    ]
}