Archive Page

Archive webpage with archive.today

Archive Pageคืออะไร?

Archive Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Navas และคุณลักษณะหลักของมันคือ "Archive webpage with archive.today"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Adds a button to the Chrome toolbar. When clicked, it sends the URL of the current tab to archive.today to preserve a snapshot of the page, and opens the result in a new tab.
Also includes Link context menu to Archive or Search, Page context menu to Search. 
Archive URL can be bookmarked for future reference, shared, whatever. Uses HTTPS for security.
For similar functionality on Android, check out Share2Archive in the Play Store.

NOTES:
1. If you get an error, try again or try later. It's NOT an extension issue—archive.today sometimes gets overwhelmed.
2. CloudFlare DNS may not resolve archive.today, so if you experience DNS errors, try a different DNS service.

WHAT'S NEW:
0.6 Update: Improve Search functionality.

0.5 Update: Option to open archive.today in adjacent tab, tab at end, or active tab.
Closing new tab now returns to original tab. 

0.4 Update: Options to control new tab activation (separate for each function). New tab is activated by default. Uncheck option to not activate.

0.3 Update: Adds context menu items for:
• Page: Search archive.today for the page URL
• Link: Archive or Search link in archive.today

(archive.today is a time capsule for web pages. It takes a 'snapshot' of a webpage that will always be online even if the original page disappears. It saves a text and a graphical copy of the page for better accuracy and provides a short and reliable link to an unalterable record of the web page.)

Disclaimers: Use at your own risk.
This extension is not affiliated with archive.today                    

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

ชื่อ Archive Page Archive Page
ID gcaimhkfmliahedmeklebabdgagipbia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/archive-page/gcaimhkfmliahedmeklebabdgagipbia
คำอธิบาย Archive webpage with archive.today
ขนาดไฟล์ 35.92 KB
จำนวนการติดตั้ง 76,732
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2021-10-22
วันที่เผยแพร่ 2020-05-24
คะแนน 4.39/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา John Navas
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://navasgroup.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Archive Page",
    "author": "John Navas",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "version": "0.6.0",
    "description": "Archive webpage with archive.today",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/Share2Archive-16.png",
            "24": "images\/Share2Archive-24.png",
            "32": "images\/Share2Archive-32.png"
        },
        "default_title": "Archive Page"
    },
    "icons": {
        "16": "images\/Share2Archive-16.png",
        "24": "images\/Share2Archive-24.png",
        "32": "images\/Share2Archive-32.png",
        "48": "images\/Share2Archive-48.png",
        "128": "images\/Share2Archive-128.png"
    },
    "manifest_version": 2
}