Wayback Machine Auto-Archiver

Automatically Archive Pages.

Wayback Machine Auto-Archiverคืออะไร?

Wayback Machine Auto-Archiver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jacobkotrla และคุณลักษณะหลักของมันคือ "Automatically Archive Pages."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wayback Machine Auto-Archiver

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

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

                        This is the app I made for the Congressional App Challenge 2018. It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive.

In order archive web pages, the extension needs to see which pages you visit, which enables it to log your browsing history. These URLs are only sent to the Internet Archive for archival, and the Internet Archive may log your IP address.

The icon that displays in the toolbar once the extension is installed is from http://freeicons.io/                    

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

ชื่อ Wayback Machine Auto-Archiver Wayback Machine Auto-Archiver
ID klnimjpfkfcfdllnbmmhjjomcmciepkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wayback-machine-auto-arch/klnimjpfkfcfdllnbmmhjjomcmciepkk
คำอธิบาย Automatically Archive Pages.
ขนาดไฟล์ 34.71 KB
จำนวนการติดตั้ง 1,190
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2022-07-24
วันที่เผยแพร่ 2018-10-17
คะแนน 4.11/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา jacobkotrla
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/jacobkotrla/chrome-store-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Machine Auto-Archiver",
    "version": "0.3.3",
    "description": "Automatically Archive Pages.",
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}