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 } ] } |