Vandal
Navigator for Web Archive
Vandal란 무엇입니까?
Vandal은(는) Vignesh Anand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigator for Web Archive"입니다.
확장 프로그램 스크린샷
Vandal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly navigate the web archive and travel back in time without leaving the current tab. Important: Vandal is not affiliated to the Internet Archive. It uses the Wayback Machine API and is a tiny and complementary subset to the mighty Wayback Machine. Vandal focuses on ease-of-use and supports the following features for navigation and inspection: 📅 Calendar View: The default navigation mode which uses the least amount of surface area with a mini calendar view. Supports a calendar input that shows archival stats and allows selection of month across the years. 📊 Graph View: Navigation mode based on graphs of year and month. 🧭 Navigator: Built-in browser with ◀️ ▶️ 🔄 actions. 🎮 Navigation Panel: A bottom panel with navigation buttons to zip through archived snapshots for a date or across the month. 🕛 History Panel: Access your navigation history for a website. 🔩 Resource Drawer: A drawer that you can toggle to view timestamp differences of archived resources such as images, scripts, etc. relative to the page. This drawer updates automatically based on URL. ⌛ Historical View (beta): Displays the snapshot of a website throughout the years. Checkout the website for more details. Limitations: In some cases, a website may not be supported, the extension will then notify you to use wayback machine. More details here: https://github.com/vegetableman/vandal#limitations *** Open source with public license (AGPLv3): https://github.com/vegetableman/vandal ***
확장 프로그램 기본 정보
이름 | Vandal |
ID | knoccgahmcfhngbjhdbcodajdioedgdo |
공식 URL | https://chromewebstore.google.com/detail/vandal/knoccgahmcfhngbjhdbcodajdioedgdo |
설명 | Navigator for Web Archive |
파일 크기 | 4.37 MB |
설치 횟수 | 1,902 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2021-06-13 |
출시 날짜 | 2021-04-21 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | Vignesh Anand |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vegetableman.github.io/vandal |
도움말 페이지 URL | https://github.com/vegetableman/vandal/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vandal", "version": "2.0.1", "description": "Navigator for Web Archive", "homepage_url": "https:\/\/github.com\/vegetableman\/vandal", "manifest_version": 2, "minimum_chrome_version": "88", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "webNavigation", "*:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "browser_style": true }, "icons": { "128": "icon.png" }, "background": { "scripts": [ "build\/browser-polyfill.js", "build\/background.js", "build\/intercept.js" ], "persistent": true }, "web_accessible_resources": [ "build\/images\/*", "build\/vandal.css", "build\/fonts\/*", "build\/iframe.html", "build\/iframe.js" ], "options_ui": { "page": "build\/options.html", "chrome_style": true, "browser_style": true }, "browser_specific_settings": { "gecko": { "id": "{94866951-f60f-44f6-8d1a-6b2d8c88857b}", "strict_min_version": "84.0" } } } |