Awesome Print Button

Awesome button to open up the Chrome print page in a new tab or window.

Awesome Print Button란 무엇입니까?

Awesome Print Button은(는) https://upway2late.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Awesome button to open up the Chrome print page in a new tab or window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Awesome Print Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Version 1.2.0.1 Notes: Update for Chrome 71.0.3578.98.

Version 1.0.1.9 Notes: Mandatory update to Chrome Extension Manifest version 2.

Version 1.0.1.1 Notes: Chrome 17 has been updated such that the print preview window is no longer presented in a new tab. Now the print preview window opens up in a child window in the current tab. This broke the 'open in New Window' feature. 

To compensate for this, the Awesome Print Button version 1.0.1.1 'open in New Window' option now duplicates the selected tab in a new window, and then triggers the Chrome print preview window.                    

확장 프로그램 기본 정보

이름 Awesome Print Button Awesome Print Button
ID bddbafgkmneiebpibclbakmdnijhgeim
공식 URL https://chromewebstore.google.com/detail/awesome-print-button/bddbafgkmneiebpibclbakmdnijhgeim
설명 Awesome button to open up the Chrome print page in a new tab or window.
파일 크기 81.85 KB
설치 횟수 4,278
현재 버전 1.2.0.1
최근 업데이트 2020-12-08
출시 날짜 2019-01-01
평점 3.40/5 총 15 개의 평점
개발자 https://upway2late.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.upway2late.com/
도움말 페이지 URL http://www.upway2late.com/contact
개인정보 보호 정책 페이지 URL http://www.upway2late.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Print Button",
    "version": "1.2.0.1",
    "description": "Awesome button to open up the Chrome print page in a new tab or window.",
    "icons": {
        "16": "print_16.png",
        "48": "print_48.png",
        "128": "print_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "print_19.png",
        "default_title": "Awesome Print Button"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}