WayBack Chrome

View older versions of the current webpage

WayBack Chromeคืออะไร?

WayBack Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fisix และคุณลักษณะหลักของมันคือ "View older versions of the current webpage"

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

screenshot
screenshot

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

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

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

                        WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.                    

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

ชื่อ WayBack Chrome WayBack Chrome
ID phabfadigilgfagiclfpjnjljedbjclf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf
คำอธิบาย View older versions of the current webpage
ขนาดไฟล์ 16.04 KB
จำนวนการติดตั้ง 4,282
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2015-01-09
วันที่เผยแพร่ 2015-01-09
คะแนน 4.50/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Fisix
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mmkdigital.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WayBack Chrome",
    "version": "1.9",
    "manifest_version": 2,
    "description": "View older versions of the current webpage",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}