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 |
官方網址 | 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 } ] } |