Send to Internet Archive

Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

Send to Internet Archive là gì?

Send to Internet Archive là một tiện ích mở rộng Chrome được phát triển bởi Aaron Lenoir, và tính năng chính của nó là "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Internet Archive

Tải xuống các tệp mở rộng Send to Internet Archive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

Please consider donating to the Internet Archive: https://archive.org/donate                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
URL Chính Thức https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
Mô tả Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Kích Thước Tệp 14.06 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-10-18
Ngày Phát Hành 2019-10-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aaron Lenoir
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AaronLenoir/SendToArchive
URL Trang Trợ Giúp https://github.com/AaronLenoir/SendToArchive/issues
Ngôn Ngữ Được Hỗ Trợ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Aaron Lenoir",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/add_doc_16.png",
        "20": "icons\/add_doc_20.png",
        "48": "icons\/add_doc_48.png",
        "64": "icons\/add_doc_64.png",
        "128": "icons\/add_doc_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/add_doc_16.png",
            "20": "icons\/add_doc_20.png",
            "48": "icons\/add_doc_48.png",
            "64": "icons\/add_doc_64.png",
            "128": "icons\/add_doc_128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "background_scripts\/background.js"
        ],
        "persistent": false
    }
}