Printerest

Print Pinterest pins Properly

Printerest란 무엇입니까?

Printerest은(는) https://normally.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print Pinterest pins Properly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ever needed to print out your Pinterest Pins? Well now you can!

The Printerest extension allows you to print each image out on it's own sheet of paper, nice and big. Simply install the extension, head to a board on Pinterest and we'll take care of the rest!

If you have a lot of Pins you may need to scroll to the bottom of the page for all your Pins to print. You can see how many images have loaded by clicking the Extension icon.                    

확장 프로그램 기본 정보

이름 Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
공식 URL https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
설명 Print Pinterest pins Properly
파일 크기 44.4 KB
설치 횟수 9,000
현재 버전 0.4.7
최근 업데이트 2018-01-16
출시 날짜 2018-01-16
평점 2.69/5 총 45 개의 평점
개발자 https://normally.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.printerest.normally.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printerest",
    "version": "0.4.7",
    "description": "Print Pinterest pins Properly",
    "icons": {
        "64": "img\/logo_64.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/logo_38.png"
        },
        "default_title": "Printerest",
        "default_popup": "html\/pop.html"
    },
    "author": "Tim Diacon - Normally",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/print.css",
                "styles\/screen.css"
            ],
            "js": [
                "scripts\/vendor\/jquery-2.2.0.min.js",
                "scripts\/app.js",
                "scripts\/options.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "scripts\/*.js",
        "styles\/*.css"
    ],
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options_old.html",
    "permissions": [
        "storage"
    ]
}