Print Extension

Prints Pages in Chrome

Print Extension란 무엇입니까?

Print Extension은(는) http://blog.m1cr0sux0r.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prints Pages in Chrome"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This Extension allows you to print the currently displayed Web Page. Although this may seem silly, I needed to have this ability in Chrome and so I created it! I just got sick of hitting CTRL+P! 

UPDATE: 02/03/2011 Version 6: fixed auto-prompt when opening new tab bug and added the ability to only print selected text. 

UPDATE: 08/24/2012 Version 7: Modified to support upcoming versions of Chrome.

UPDATE: 03/04/2016 added in app payment to allow users to show their appreciation.                    

확장 프로그램 기본 정보

이름 Print Extension Print Extension
ID bpkeigdcgenbnkhgepkihlgfabkhdong
공식 URL https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong
설명 Prints Pages in Chrome
파일 크기 20.76 KB
설치 횟수 20,000
현재 버전 7.1
최근 업데이트 2016-03-04
출시 날짜 2016-03-04
평점 2.86/5 총 98 개의 평점
개발자 http://blog.m1cr0sux0r.com
결제 유형 free
확장 프로그램 웹 사이트 http://m1cr0sux0r.com/blog
도움말 페이지 URL http://m1cr0sux0r.com/blog
지원되는 언어 en
manifest.json
{
    "name": "Print Extension",
    "version": "7.1",
    "manifest_version": 2,
    "description": "Prints Pages in Chrome",
    "icons": {
        "128": "printer128.png",
        "16": "printer16.png",
        "32": "printer32.png",
        "48": "printer48.png"
    },
    "browser_action": {
        "default_icon": "printer48.png",
        "default_title": "Print This Page"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/blog.m1cr0sux0r.com\/",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}