Print Screen Button
You can quickly print any page with a simple click!
Print Screen Button란 무엇입니까?
Print Screen Button은(는) alidacalliope에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can quickly print any page with a simple click!"입니다.
확장 프로그램 스크린샷
Print Screen Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
확장 프로그램 기본 정보
이름 | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
공식 URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
설명 | You can quickly print any page with a simple click! |
파일 크기 | 55.31 KB |
설치 횟수 | 39 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-06-26 |
출시 날짜 | 2022-06-26 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | alidacalliope |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worldaddons.com/print-screen-button/ |
도움말 페이지 URL | https://worldaddons.com/contact/ |
개인정보 보호 정책 페이지 URL | https://worldaddons.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |