PreviewPal for Envato Market™

Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API.

PreviewPal for Envato Market™란 무엇입니까?

PreviewPal for Envato Market™은(는) EBS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PreviewPal for Envato Market™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PreviewPal builds on the existing marketplace interface to make previewing, downloading, and organizing watermarked preview files easier than ever.  It provides:

- A seamless one-click experience for instantly downloading preview files not only via the item page, but directly from the results/listing pages as well!  
- Automatic renaming for improved organization, so you'll never lose track of that item preview ever again.

The extension works invisibly behind the scenes, so you can browse the marketplace as usual without even knowing it's there.  A simple but flexible options page allows you to enable / disable features as well as create your own file naming convention using any combination of custom text and item information!

Works great for preview files & images on all applicable marketplaces, including AudioJungle, VideoHive, GraphicRiver, PhotoDune, and 3DOcean too!                    

확장 프로그램 기본 정보

이름 PreviewPal for Envato Market™ PreviewPal for Envato Market™
ID jcecknfpkjajfffmfiionfffbmjhegbl
공식 URL https://chromewebstore.google.com/detail/previewpal-for-envato-mar/jcecknfpkjajfffmfiionfffbmjhegbl
설명 Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API.
파일 크기 54.97 KB
설치 횟수 155
현재 버전 1.6.6
최근 업데이트 2016-07-14
출시 날짜 2016-07-14
평점 4.67/5 총 6 개의 평점
개발자 EBS
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PreviewPal for Envato Market\u2122",
    "short_name": "PreviewPal",
    "version": "1.6.6",
    "author": "Eric Schwartz",
    "description": "Makes downloading watermarked preview files on Envato Market a snap!  Powered by the Envato API.",
    "permissions": [
        "storage",
        "https:\/\/marketplace.envato.com\/*",
        "downloads",
        "https:\/\/0.s3.envato.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/themeforest.net\/*",
                "https:\/\/codecanyon.net\/*",
                "https:\/\/videohive.net\/*",
                "https:\/\/audiojungle.net\/*",
                "https:\/\/graphicriver.net\/*",
                "https:\/\/photodune.net\/*",
                "https:\/\/3docean.net\/*",
                "https:\/\/activeden.net\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ],
    "manifest_version": 2
}