PreviewPal for Envato Market™

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

O que é PreviewPal for Envato Market™?

PreviewPal for Envato Market™ é uma extensão do Chrome desenvolvida por EBS, e sua principal característica é "Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PreviewPal for Envato Market™

Baixe arquivos de extensão PreviewPal for Envato Market™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome PreviewPal for Envato Market™ PreviewPal for Envato Market™
ID jcecknfpkjajfffmfiionfffbmjhegbl
URL Oficial https://chromewebstore.google.com/detail/previewpal-for-envato-mar/jcecknfpkjajfffmfiionfffbmjhegbl
Descrição Makes downloading watermarked preview files on Envato Market a snap! Powered by the Envato API.
Tamanho do Arquivo 54.97 KB
Contagem de Instalações 155
Versão Atual 1.6.6
Última Atualização 2016-07-14
Data de Publicação 2016-07-14
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor EBS
Tipo de Pagamento free
Idiomas Suportados 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
}