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
Eメール [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'"
}