digi4school to pdf
Converts digi4school books to pdf so they can be used offline.
digi4school to pdf란 무엇입니까?
digi4school to pdf은(는) Strukteon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts digi4school books to pdf so they can be used offline."입니다.
확장 프로그램 스크린샷
digi4school to pdf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Konvertiert Digi4School-Bücher zu einer PDF-Datei, damit die Bücher auch offline gelesen werden können.
확장 프로그램 기본 정보
이름 | digi4school to pdf |
ID | kaceaeldihcenemcmlehjnojebckdnii |
공식 URL | https://chromewebstore.google.com/detail/digi4school-to-pdf/kaceaeldihcenemcmlehjnojebckdnii |
설명 | Converts digi4school books to pdf so they can be used offline. |
파일 크기 | 665 KB |
설치 횟수 | 1,410 |
현재 버전 | 1.6 |
최근 업데이트 | 2021-03-03 |
출시 날짜 | 2021-03-01 |
평점 | 3.50/5 총 8 개의 평점 |
개발자 | Strukteon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/strukteon/digi4school-to-pdf |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "digi4school to pdf", "version": "1.6", "author": "strukteon", "description": "Converts digi4school books to pdf so they can be used offline.", "homepage_url": "https:\/\/github.com\/strukteon\/digi4school-to-pdf", "icons": { "32": "assets\/icon-32.png", "64": "assets\/icon-64.png", "128": "assets\/icon-128.png", "512": "assets\/icon-512.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "assets\/icon-64.png", "default_title": "digi4school to pdf", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/ebook\/*" ], "js": [ "libraries\/browser-polyfill.min.js", "scripts\/d4s_detection.js" ] } ], "background": { "scripts": [ "libraries\/browser-polyfill.min.js", "scripts\/background.js" ] } } |