Snapshoot

Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.

Snapshoot क्या है?

Snapshoot http://www.southstaffs.ac.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier."।

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

screenshot
screenshot

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

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

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

                        Click the little camera icon at the top of your browser to take a snapshot of the current web page tab. You can then save the whole thing as an image, or drag a box using your mouse pointer to save just a section.

Supports saving images in JPEG or PNG format, and works in the Chrome browser on desktops and on Chromebooks. It is designed to be simple, lightweight and work offline.

Originally created to make the building of web tutorials easier, but with many more uses. Written by Neil King @ South Staffordshire College.                    

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

नाम Snapshoot Snapshoot
ID djdpcmgnomdbmdocbdbeinljedichmnn
आधिकारिक URL https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn
विवरण Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.
फ़ाइल का आकार 27.64 KB
स्थापना संख्या 833
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-03-09
प्रकाशन तिथि 2016-03-09
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर http://www.southstaffs.ac.uk
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.google.com/intl/en_uk/policies/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapshoot",
    "description": "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.",
    "version": "1.2",
    "author": "Neil King at South Staffordshire College",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.southstaffs.ac.uk",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ]
}