Archive.today automator

Sanitize URL before requesting its newest version from archive.today

Archive.today automatorคืออะไร?

Archive.today automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D. Gassner และคุณลักษณะหลักของมันคือ "Sanitize URL before requesting its newest version from archive.today"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Archive.today automator

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

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

                        This extension serves as a helper for archive.today users. It sanitizes the URL (stripping it of the '?' character, if existing, and everything that follows it) and then sends it to archive.today in a way which requests the most recent archived version of the URL.

For example, clicking the extension's button when at https://somesite.com/home?kj345d will automatically redirect Chrome to https://archive.is/newest/https://somesite.com/home.

This lets you effortlessy view the most recent archived version, and at the same time solves the problem of archive.today mistakenly thinking that your URL does not exist in their archive merely because it includes the '?' character (archive.today seems to treat each URL as unique even if the only differentiator is '?' and some subsequent characters).

To use this extension, browse to the desired web page and simply click on the extension's icon. It will automatically sanitize the current URL and transfer you to archive.is, where you can view the most recent archived version of the web page, or request that the page be archived if it has not been archived yet.

This extension is NOT affiliated with archive.today and is offered by me, just a fellow user of archive.today, as a tool to more easily utilize archive.today.

The extension's icon is courtesy of flaticon.com. Attribution:
https://www.flaticon.com/free-icons/document
"Document icons created by Freepik - Flaticon"                    

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

ชื่อ Archive.today automator Archive.today automator
ID mmhadhnchpgicjlmlcdfaapkekknnkha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/archivetoday-automator/mmhadhnchpgicjlmlcdfaapkekknnkha
คำอธิบาย Sanitize URL before requesting its newest version from archive.today
ขนาดไฟล์ 8.42 KB
จำนวนการติดตั้ง 230
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2023-08-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา D. Gassner
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.gassner.co.il/archivetodayautomator/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archive.today automator",
    "version": "0.2",
    "description": "Sanitize URL before requesting its newest version from archive.today",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}