Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
Wat is Save URL to Wayback Machine?
Save URL to Wayback Machine is een Chrome-extensie ontwikkeld door Pierre Rudloff, en de belangrijkste functie is "This extension allows you to save the current webpage to the Wayback Machine.".
Download het CRX-bestand van de extensie Save URL to Wayback Machine
Download Save URL to Wayback Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
Officiële URL | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
Beschrijving | This extension allows you to save the current webpage to the Wayback Machine. |
Bestandsgrootte | 24.03 KB |
Aantal Installaties | 71 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-07-16 |
Publicatiedatum | 2016-07-16 |
Ontwikkelaar | Pierre Rudloff |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Rudloff/wayback-machine-chrome/ |
Ondersteunde Talen | 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" ] } } |