Sky Works Banner Screenshot Extension
Screen capture of a banner on a webpage.
Co to jest Sky Works Banner Screenshot Extension?
Sky Works Banner Screenshot Extension to rozszerzenie Chrome opracowane przez skyworksdigi, a jego główną funkcją jest „Screen capture of a banner on a webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sky Works Banner Screenshot Extension
Pobierz pliki rozszerzeń Sky Works Banner Screenshot Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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...
Podstawowe informacje o rozszerzeniu
Nazwa | Sky Works Banner Screenshot Extension |
ID | eljhhkkglmmemobnmcahanodlcbohipa |
Oficjalny URL | https://chromewebstore.google.com/detail/sky-works-banner-screensh/eljhhkkglmmemobnmcahanodlcbohipa |
Opis | Screen capture of a banner on a webpage. |
Rozmiar pliku | 15.56 KB |
Liczba instalacji | 147 |
Aktualna Wersja | 2.4 |
Ostatnia Aktualizacja | 2018-08-09 |
Data Publikacji | 2018-08-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | skyworksdigi |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |