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คืออะไร?

Send to Internet Archive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Lenoir และคุณลักษณะหลักของมันคือ "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future."

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

screenshot

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

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

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

                        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                    

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

ชื่อ Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
คำอธิบาย Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
ขนาดไฟล์ 14.06 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2019-10-18
วันที่เผยแพร่ 2019-10-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aaron Lenoir
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AaronLenoir/SendToArchive
URL หน้าช่วยเหลือ https://github.com/AaronLenoir/SendToArchive/issues
ภาษาที่รองรับ 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
    }
}