Save URL to Wayback Machine

This extension allows you to save the current webpage to the Wayback Machine.

What is Save URL to Wayback Machine?

Save URL to Wayback Machine is a Chrome extension developed by Pierre Rudloff, and its main feature is "This extension allows you to save the current webpage to the Wayback Machine.".

Download Save URL to Wayback Machine Extension CRX File

Download Save URL to Wayback Machine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Save URL to Wayback Machine Save URL to Wayback Machine
ID eakeomomnnhlgnfegcgmgelmdpfaeegd
Official URL https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd
Description This extension allows you to save the current webpage to the Wayback Machine.
File Size 24.03 KB
Installation Count 71
Current Version 0.1.0
Last Updated 2016-07-16
Publish Date 2016-07-16
Developer Pierre Rudloff
Email [email protected]
Payment Type free
Extension Website https://github.com/Rudloff/wayback-machine-chrome/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save URL to Wayback Machine",
    "short_name": "Wayback Machine",
    "description": "This extension allows you to save the current webpage to the Wayback Machine.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "\/img\/archive-icon-64.png",
        "default_title": "Save to Wayback Machine"
    },
    "icons": {
        "16": "\/img\/archive-icon-16.png",
        "32": "\/img\/archive-icon-32.png",
        "64": "\/img\/archive-icon-64.png",
        "128": "\/img\/archive-icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "wayback.js"
        ]
    }
}