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.」です。
拡張機能のスクリーンショット
PreviewPal for Envato Market™拡張機能のCRXファイルをダウンロード
PreviewPal for Envato Market™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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™ |
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 } |