Flatex Downloader (Community Edition)
Simple Batch Downloader for your Flatex Documents
Flatex Downloader (Community Edition)란 무엇입니까?
Flatex Downloader (Community Edition)은(는) purecopy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Batch Downloader for your Flatex Documents"입니다.
확장 프로그램 스크린샷
Flatex Downloader (Community Edition) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download all your Documents in one go. 1. Go to the Document Archive 2. Select preferred filters 3. Click "Download" in the Extension We all love Flatex, but it is missing a crucial key feature: Batch downloading your Flatex Mailings. Because it adds functionality to the normal browser context, Flatex Downloader requires the permission to read and write to the webpage. You can always "view the source" of Flatex Downloader the way you do any Chrome extension, or view the source code on Github: https://github.com/purecopy/flatex-download-chrome-extension
확장 프로그램 기본 정보
이름 | Flatex Downloader (Community Edition) |
ID | caodakaebfjohdpppfginjfeiopakjek |
공식 URL | https://chromewebstore.google.com/detail/flatex-downloader-communi/caodakaebfjohdpppfginjfeiopakjek |
설명 | Simple Batch Downloader for your Flatex Documents |
파일 크기 | 90.7 KB |
설치 횟수 | 265 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2023-10-23 |
출시 날짜 | 2022-04-12 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | purecopy |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/purecopy/flatex-download-chrome-extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flatex Downloader (Community Edition)", "description": "Simple Batch Downloader for your Flatex Documents", "version": "2.0.0", "manifest_version": 3, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png", "512": "logo512.png" }, "action": { "default_popup": "index.html", "default_title": "Open Flatex Downloader" }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "assets\/dom.ts-loader-a7c5a867.js" ], "matches": [ "https:\/\/konto.flatex.at\/*", "https:\/\/konto.flatex.de\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/konto.flatex.at\/*", "https:\/\/konto.flatex.de\/*" ], "resources": [ "assets\/constants-f35bcc7d.js", "assets\/_commonjsHelpers-725317a4.js", "assets\/auth.ts-d6f2e10b.js", "assets\/dom.ts-59e3e5df.js" ], "use_dynamic_url": true } ] } |