Pixter

Get printed products for any image online

Pixter란 무엇입니까?

Pixter은(는) http://pixter.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get printed products for any image online"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Pixter.me allows you to order amazing photo products directly from your Facebook page.
 
Get any photo as a variety of beautiful print products – and ship to anywhere worldwide.
 
Following installation, you will see a "Get Prints" button near images on Facebook and Flickr. We welcome you to order photos you love as Mugs, T-shirts, Magnets, Smart-Phone cases, Canvases and more.
 
Pixter-media's global printing service makes premium photo-products and keep high standards of service.                    

확장 프로그램 기본 정보

이름 Pixter Pixter
ID fikaihddmjblmlndbkepapaeeipbkhpn
공식 URL https://chrome.google.com/webstore/detail/pixter/fikaihddmjblmlndbkepapaeeipbkhpn
설명 Get printed products for any image online
파일 크기 114 KB
설치 횟수 201
현재 버전 1.4.0.1
최근 업데이트 2016-01-18
출시 날짜 2016-01-18
평점 4.92/5 총 12 개의 평점
개발자 http://pixter.me
결제 유형 free
확장 프로그램 웹 사이트 http://pixter.me/
도움말 페이지 URL http://pixter.me/faq.html
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "partials\/background.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_globs": [
                "*.webp",
                "*.css",
                "*.swf",
                "*.js",
                "*.zip",
                "*.rar",
                "*.tar",
                "*.tar.gz",
                "*.tgz",
                "*.tar.bz2",
                "*.tbz2",
                "*.doc",
                "*.docx",
                "*.ppt",
                "*.pptx",
                "*.xls",
                "*.xlsx",
                "*.pdf",
                "*.xml",
                "*.txt",
                "*.gif",
                "*.mpg",
                "*.mpeg",
                "*.qt",
                "*.mp4",
                "*.m4v",
                "*.m4a",
                "*.mp3",
                "*.ogv",
                "*.ogm",
                "*.ogg",
                "*.oga",
                "*.webm",
                "*.wav",
                "*.",
                "*."
            ],
            "js": [
                "scripts\/loader.js",
                "scripts\/pixter_script_o.js",
                "scripts\/initloader.js"
            ],
            "matches": [
                "*:\/\/pixter.me\/*",
                "*:\/\/imgur.com\/*",
                "*:\/\/www.dropbox.com\/*",
                "*:\/\/demo.pixter-media.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Get printed products for any image online",
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzsHsoQJN1\/63G0OQqso8oQNvJbZdpIv+HNz8KifA7zf9qbj+\/0zTk3FMttb8FSsRvdU7E9m0xFXgqXMHx4vmwFZl\/c7ChG2VW4wDRgGuKzjzEuI1AWrE9gYrYnzpmgg9EuNqczWxAOg66YxfGPNRYDk2z3QkDAE\/6OjHz4T0nFrF9n0nf1p8Hha\/XYzoAZosyyXCr\/XGxbvFElylpHN+AJNfchfgqfDs8wQBajg9kMFSqpQzR4rHBIQ2M3acg1fOoNexxkGw7kCDyhn54HEX0kETPnheDWF+mP+qVnRtGzjpPFGarBN3RVT\/qgfyGCQ2uemQUBYn4DclFP7Pi8DQywIDAQAB",
    "manifest_version": 2,
    "name": "Pixter",
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0.1",
    "web_accessible_resources": [
        "scripts\/background.js"
    ]
}