Timeline for Chrome

A Timeline extension to accompany the Timeline for Chrome Windows Store app.

Timeline for Chromeคืออะไร?

Timeline for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IgorX2 และคุณลักษณะหลักของมันคือ "A Timeline extension to accompany the Timeline for Chrome Windows Store app."

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

screenshot

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

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

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

                        Timeline for Chrome allows you to connect Google Chrome with Windows Timeline and open Timeline links in Chrome.

Along with this extension, you need to install the payed app from the Microsoft Store. This app is used to securely push your Chrome history to the Windows Timeline.                    

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

ชื่อ Timeline for Chrome Timeline for Chrome
ID hmeejpepihngockjpcappgappbepggip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip
คำอธิบาย A Timeline extension to accompany the Timeline for Chrome Windows Store app.
ขนาดไฟล์ 14.26 KB
จำนวนการติดตั้ง 892
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-10-02
วันที่เผยแพร่ 2018-10-02
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา IgorX2
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "A Timeline extension to accompany the Timeline for Chrome Windows Store app.",
    "icons": {
        "512": "icon.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Timeline for Chrome",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "https:\/\/timeline-chrome.igorsevo.com\/*"
    ],
    "version": "1.2"
}