Sky Works Banner Screenshot Extension
Screen capture of a banner on a webpage.
Sky Works Banner Screenshot Extensionとは何ですか?
Sky Works Banner Screenshot Extensionはskyworksdigiによって開発されたChromeの拡張機能で、その主な機能は「Screen capture of a banner on a webpage.」です。
拡張機能のスクリーンショット
Sky Works Banner Screenshot Extension拡張機能のCRXファイルをダウンロード
Sky Works Banner Screenshot Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to screenshot banners from: 1. The internal Sky Works Development Banner Preview App 2. Google Double Click Dynamic Creative Preview To create a screenshot the whole banner must be visible. Benefits: 1. Multiple banners can be captured at once as separate files 2. Automatic file naming with banner size included Sky Works Digital Team When running banners on Local Server all the elements of the creative need to be situated in a div element with id 'container', e.g.Enjoy!Legals...
拡張機能の基本情報
名前 | Sky Works Banner Screenshot Extension |
ID | eljhhkkglmmemobnmcahanodlcbohipa |
公式URL | https://chromewebstore.google.com/detail/sky-works-banner-screensh/eljhhkkglmmemobnmcahanodlcbohipa |
説明 | Screen capture of a banner on a webpage. |
ファイルサイズ | 15.56 KB |
インストール数 | 147 |
現在のバージョン | 2.4 |
最終更新日 | 2018-08-09 |
公開日 | 2018-08-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | skyworksdigi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sky Works Banner Screenshot Extension", "description": "Screen capture of a banner on a webpage.", "version": "2.4", "manifest_version": 2, "author": "Evgeniya Mircheva @ Sky Works", "icons": { "128": "icon128.png" }, "page_action": { "default_icon": "icon128.png", "default_title": "Screenshot!" }, "permissions": [ "activeTab", "downloads" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ] } |