Stack Overflow timeline

Adds the timeline to Q&A in Stack Exchange network sites.

Stack Overflow timelineคืออะไร?

Stack Overflow timeline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mariano และคุณลักษณะหลักของมันคือ "Adds the timeline to Q&A in Stack Exchange network sites."

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

screenshot
screenshot

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

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

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

                        Stack Overflow timeline adds a new link below each question and answer on any site in the Stack Exchange network.

The post menu will show a "timeline" item:

    share | edit | flag | timeline

Click on it and the post timeline will be displayed inline, just below the menu.                    

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

ชื่อ Stack Overflow timeline Stack Overflow timeline
ID omclkfdjappannhpjjngnnppfmidlbbh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stack-overflow-timeline/omclkfdjappannhpjjngnnppfmidlbbh
คำอธิบาย Adds the timeline to Q&A in Stack Exchange network sites.
ขนาดไฟล์ 89.74 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.6.25β tempus-cafea
อัปเดตครั้งล่าสุด 2017-06-15
วันที่เผยแพร่ 2017-06-15
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mariano
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appname__",
    "version": "0.6.25",
    "version_name": "0.6.25\u03b2 tempus-cafea",
    "short_name": "__MSG_appshortname__",
    "description": "__MSG_appdescription__",
    "author": "Mariano",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "contextMenus",
        "*:\/\/*.stackoverflow.com\/questions\/*\/*",
        "*:\/\/*.stackoverflow.com\/review\/*\/*",
        "*:\/\/*.stackoverflow.com\/rooms\/*",
        "*:\/\/es.stackoverflow.com\/unanswered\/*",
        "*:\/\/*.stackexchange.com\/questions\/*\/*",
        "*:\/\/*.stackexchange.com\/review\/*\/*",
        "*:\/\/*.stackexchange.com\/rooms\/*",
        "*:\/\/*.stackapps.com\/questions\/*\/*",
        "*:\/\/*.stackapps.com\/review\/*\/*",
        "*:\/\/*.superuser.com\/questions\/*\/*",
        "*:\/\/*.superuser.com\/review\/*\/*",
        "*:\/\/*.askubuntu.com\/questions\/*\/*",
        "*:\/\/*.askubuntu.com\/review\/*\/*",
        "*:\/\/*.serverfault.com\/questions\/*\/*",
        "*:\/\/*.serverfault.com\/review\/*\/*",
        "*:\/\/*.area51.com\/questions\/*\/*",
        "*:\/\/*.area51.com\/review\/*\/*",
        "*:\/\/*.mathoverflow.net\/questions\/*\/*",
        "*:\/\/*.mathoverflow.net\/review\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "close-red.css",
        "flag-summary.css",
        "options.js",
        "options.html",
        "whats-new.html"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_apptooltip__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stackoverflow.com\/questions\/*\/*",
                "*:\/\/*.stackoverflow.com\/review\/*",
                "*:\/\/es.stackoverflow.com\/unanswered\/*",
                "*:\/\/*.stackexchange.com\/questions\/*\/*",
                "*:\/\/*.stackexchange.com\/review\/*\/*",
                "*:\/\/*.stackapps.com\/questions\/*\/*",
                "*:\/\/*.stackapps.com\/review\/*\/*",
                "*:\/\/*.superuser.com\/questions\/*\/*",
                "*:\/\/*.superuser.com\/review\/*\/*",
                "*:\/\/*.askubuntu.com\/questions\/*\/*",
                "*:\/\/*.askubuntu.com\/review\/*\/*",
                "*:\/\/*.serverfault.com\/questions\/*\/*",
                "*:\/\/*.serverfault.com\/review\/*\/*",
                "*:\/\/*.area51.com\/questions\/*\/*",
                "*:\/\/*.area51.com\/review\/*\/*"
            ],
            "js": [
                "post-menu.js"
            ],
            "css": [
                "post-menu.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/chat.stackexchange.com\/*",
                "*:\/\/chat.stackoverflow.com\/*"
            ],
            "js": [
                "chat.js"
            ],
            "css": [
                "chat.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.stackexchange.com\/rooms\/*",
                "*:\/\/*.stackexchange.com\/transcript\/*",
                "*:\/\/*.stackoverflow.com\/rooms\/*",
                "*:\/\/*.stackoverflow.com\/transcript\/*",
                "*:\/\/*.stackoverflow.com\/questions\/*\/*",
                "*:\/\/*.stackexchange.com\/questions\/*\/*",
                "*:\/\/*.stackapps.com\/questions\/*\/*",
                "*:\/\/*.superuser.com\/questions\/*\/*",
                "*:\/\/*.askubuntu.com\/questions\/*\/*",
                "*:\/\/*.serverfault.com\/questions\/*\/*",
                "*:\/\/*.area51.com\/questions\/*\/*"
            ],
            "js": [
                "pause-gifs.js"
            ],
            "css": [
                "pause-gifs.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.stackoverflow.com\/users\/flag-summary\/*",
                "*:\/\/*.stackexchange.com\/users\/flag-summary\/*",
                "*:\/\/*.stackapps.com\/users\/flag-summary\/*",
                "*:\/\/*.superuser.com\/users\/flag-summary\/*",
                "*:\/\/*.askubuntu.com\/users\/flag-summary\/*",
                "*:\/\/*.serverfault.com\/users\/flag-summary\/*",
                "*:\/\/*.area51.com\/users\/flag-summary\/*"
            ],
            "js": [
                "flag-summary.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}