Pixavo Clipper

Save styles and images to Pixavo

Pixavo Clipper란 무엇입니까?

Pixavo Clipper은(는) https://pixavo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save styles and images to Pixavo"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        With Pixavo Clipper, you can clip from anywhere straight into your Pixavo account. Once you find what you want to clip, either right-click the image or click the extension icon on your browser bar. We'll ask for some basic information and save it to your account for you.

If you're clipping a style:
For any retailers that offer commissions, we'll let you know how much you can expect for influencing that sale. You're also welcome to clip styles from other retailers, we just won't be able to offer any commission on those. When you get back to Pixavo, you'll find these under the "Clipped" department wherever you search and filter for styles.

If you're clipping an image:
Sometimes you just need to spruce things up a bit, right? If all you need is the image, you can choose that too. When you get back to Pixavo you'll find these under "Images."                    

확장 프로그램 기본 정보

이름 Pixavo Clipper Pixavo Clipper
ID bmogalfkfgedhhkolfkblnkomdhlgfgp
공식 URL https://chromewebstore.google.com/detail/pixavo-clipper/bmogalfkfgedhhkolfkblnkomdhlgfgp
설명 Save styles and images to Pixavo
파일 크기 488 KB
설치 횟수 18
현재 버전 0.5.4
최근 업데이트 2019-05-15
출시 날짜 2019-05-14
평점 5.00/5 총 1 개의 평점
개발자 https://pixavo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://get.pixavo.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Clipper",
    "name": "Pixavo Clipper",
    "version": "0.5.4",
    "description": "Save styles and images to Pixavo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "*:\/\/*.pixavo.com\/*",
        "*:\/\/localhost\/*",
        "contextMenus",
        "cookies",
        "storage",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pixavo.com:*\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "pixavo_logo_16px.png",
        "48": "pixavo_logo_48px.png",
        "128": "pixavo_logo_128px.png"
    },
    "manifest_version": 2
}