WARCreate
Create Wayback-Consumable WARC Files from Any Webpage
WARCreate क्या है?
WARCreate https://matkelly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Wayback-Consumable WARC Files from Any Webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WARCreate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WARCreate is a Google Chrome extension that allows a user to create a Web ARChive (WARC) file from any browsable webpage. The resulting files can then be used with other tools like the Internet Archive's open source Wayback Machine. The tool is an evolving product with the end result pushing toward being a personal web archiving solution for those that wish to securely archive their metadata in a standardize way. RECENT VERSION HISTORY Version 0.2021.6.28 Fixes an issue to capture URIs without relative indicators.
एक्सटेंशन की मूल जानकारी
नाम | WARCreate |
ID | kenncghfghgolcbmckhiljgaabnpcaaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/warcreate/kenncghfghgolcbmckhiljgaabnpcaaa |
विवरण | Create Wayback-Consumable WARC Files from Any Webpage |
फ़ाइल का आकार | 585 KB |
स्थापना संख्या | 1,660 |
वर्तमान संस्करण | 0.2021.6.28 build 1307 |
अंतिम अपडेट | 2021-06-30 |
प्रकाशन तिथि | 2019-01-19 |
रेटिंग | 3.67/5 कुल 9 रेटिंग्स |
डेवलपर | https://matkelly.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://warcreate.com |
गोपनीयता नीति पृष्ठ URL | https://github.com/machawk1/Mink/blob/master/PrivacyPolicy.md |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WARCreate", "version": "0.2021.6.28", "version_name": "0.2021.6.28 build 1307", "description": "Create Wayback-Consumable WARC Files from Any Webpage", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "page": "html\/background.html" }, "homepage_url": "http:\/\/warcreate.com", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/content.js" ] } ], "page_action": { "default_icon": "icons\/icon-19.png", "default_title": "WARCreate", "default_popup": "html\/popup.html" }, "permissions": [ "webRequest", "tabs", "activeTab", "storage", "unlimitedStorage", "http:\/\/*\/*", "http:\/\/*\/", "*:\/\/*\/*", "notifications" ], "options_ui": { "page": "html\/options.html" }, "short_name": "WARCreate", "content_security_policy": "script-src 'self'; object-src 'self'", "minimum_chrome_version": "23.0" } |