Sky Works Banner Screenshot Extension
Screen capture of a banner on a webpage.
O que é Sky Works Banner Screenshot Extension?
Sky Works Banner Screenshot Extension é uma extensão do Chrome desenvolvida por skyworksdigi, e sua principal característica é "Screen capture of a banner on a webpage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sky Works Banner Screenshot Extension
Baixe arquivos de extensão Sky Works Banner Screenshot Extension 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
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...
Informações Básicas da Extensão
Nome | Sky Works Banner Screenshot Extension |
ID | eljhhkkglmmemobnmcahanodlcbohipa |
URL Oficial | https://chromewebstore.google.com/detail/sky-works-banner-screensh/eljhhkkglmmemobnmcahanodlcbohipa |
Descrição | Screen capture of a banner on a webpage. |
Tamanho do Arquivo | 15.56 KB |
Contagem de Instalações | 147 |
Versão Atual | 2.4 |
Última Atualização | 2018-08-09 |
Data de Publicação | 2018-08-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | skyworksdigi |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } ] } |