Sky Works Banner Screenshot Extension

Screen capture of a banner on a webpage.

Sky Works Banner Screenshot Extension क्या है?

Sky Works Banner Screenshot Extension skyworksdigi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen capture of a banner on a webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sky Works Banner Screenshot Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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. 

            
Canvas Element
Legals
...
Enjoy!

एक्सटेंशन की मूल जानकारी

नाम Sky Works Banner Screenshot Extension 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
        }
    ]
}