Save To The Wayback Machine

Quickly save web pages to the Internet Archive's Wayback Machine.

Save To The Wayback Machineคืออะไร?

Save To The Wayback Machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://verifiedjoseph.com และคุณลักษณะหลักของมันคือ "Quickly save web pages to the Internet Archive's Wayback Machine."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save To The Wayback Machine

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

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

                        Quickly save web pages to the Internet Archive's Wayback Machine and see the last time your current page was archived.

Features:
- Detects if a page can or can not be archived.
- Save pages, images and links via the right click (context) menu.
- See the last time a page was archived.
- Keep track of the number of pages that you have archived.

This is an unofficial extension and is not sponsored, owned, or endorsed by the Internet Archive.

Release History:
https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases                    

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

ชื่อ Save To The Wayback Machine Save To The Wayback Machine
ID eebpioaailbjojmdbmlpomfgijnlcemk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-the-wayback-machi/eebpioaailbjojmdbmlpomfgijnlcemk
คำอธิบาย Quickly save web pages to the Internet Archive's Wayback Machine.
ขนาดไฟล์ 88.7 KB
จำนวนการติดตั้ง 6,581
เวอร์ชันปัจจุบัน 5.6.1
อัปเดตครั้งล่าสุด 2022-04-09
วันที่เผยแพร่ 2020-04-30
คะแนน 4.44/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://verifiedjoseph.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://verifiedjoseph.com/projects/save-to-the-wayback-machine
URL หน้าช่วยเหลือ https://verifiedjoseph.com/projects/save-to-the-wayback-machine#QA
URL หน้านโยบายความเป็นส่วนตัว https://verifiedjoseph.com/extension-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "VerifiedJoseph",
    "default_locale": "en",
    "version": "5.6.1",
    "version_name": "5.6.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "activeTab",
        "https:\/\/archive.org\/wayback\/available?url=*",
        "https:\/\/web.archive.org\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "19": "images\/icons\/19.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}