Smartshot - Easy Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

什么是Smartshot - Easy Screenshot?

Smartshot - Easy Screenshot是由getyourscreenshot开发的Chrome扩展程序,该扩展的主要功能是“Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard”。

扩展截图

screenshot
screenshot
screenshot

下载Smartshot - Easy Screenshot扩展crx文件

下载Smartshot - Easy Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing Smartshot - the ultimate screenshot tool for Google Chrome! With Smartshot, taking screenshots of single areas or whole websites has never been easier.

Whether you're a web developer, designer, or just need to capture something important, Smartshot has got you covered. Simply install the extension, click on the Smartshot icon, and select the area you want to capture. You can also capture an entire website with just a few clicks.

So what are you waiting for? Install Smartshot today and start capturing perfect screenshots in seconds!                    

扩展基本信息

名称 Smartshot - Easy Screenshot Smartshot - Easy Screenshot
ID edjbamdongkhmagbpppagfjbcojajeae
官方URL https://chrome.google.com/webstore/detail/smartshot-easy-screenshot/edjbamdongkhmagbpppagfjbcojajeae
简介 Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
文件大小 419 KB
安装次数 13,981
当前版本 3.0.6
更新时间 2023-06-12
上架时间 2020-06-23
评分 4.23/5 共1026次评分
开发者 getyourscreenshot
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getsmartshot.com/
隐私政策页面URL https://www.getsmartshot.com/privacy
支持的语言 id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "smartshot easy screenshot",
    "description": "__MSG_description__",
    "version": "3.0.6",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "38": "icon_38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js",
            "js\/jquery.js",
            "js\/jquery.md5.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/matomo.getsmartshot.com https:\/\/www.google-analytics.com; object-src 'self'"
}