Outliner

Outline the page.

Outlinerคืออะไร?

Outliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Cheng และคุณลักษณะหลักของมันคือ "Outline the page."

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

screenshot
screenshot

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

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

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

                        Outliner generates a table of contents by extracting all the headings in the page.

Many pages on the Internet do not feature a well-designed in-page navigator. Outliner is here to help.


How to use
----

1. Click the Outliner button beside your address bar to activate it. You will see a box coming from left with the outline in it.
2. Click on any of the headings in the outline to jump to the corresponding section on the page.
3. Click the cross button on the bottom left to close the outline.


Privacy
----

Outliner needs access to "your data on all websites" and "your tabs and browsing activity" in order to inject the outline into your tabs. It does not track your data or activity in any way.


Feedback
----

If you discover that Outliner does not work well in some pages, please send me the link, and I'll try my best to fix that ;)

Any feedback is welcomed, but if you expect my response (and you probably do), please post them on the feedback page or on GitHub, because I cannot respond to your web store review in any way!


License
----

Outliner is released under the MIT license.
https://github.com/scottcheng/outliner                    

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

ชื่อ Outliner Outliner
ID kdabjjgkcfjdlbpneackoihbkdpdmodp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outliner/kdabjjgkcfjdlbpneackoihbkdpdmodp
คำอธิบาย Outline the page.
ขนาดไฟล์ 76.44 KB
จำนวนการติดตั้ง 785
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2012-10-01
วันที่เผยแพร่ 2012-10-01
คะแนน 3.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Scott Cheng
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/scottcheng/outliner
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "description": "__MSG_extDesc__",
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ui\/logo_19.png",
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "ui\/logo_16.png",
        "48": "ui\/logo_48.png",
        "128": "ui\/logo_128.png"
    },
    "web_accessible_resources": [
        "ui\/low_contrast_linen.png"
    ],
    "manifest_version": 2
}