1Click Save Screenshot

The fastest way to Save screenshots

什么是1Click Save Screenshot?

1Click Save Screenshot是由https://1ce.org开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to Save screenshots”。

扩展截图

下载1Click Save Screenshot扩展crx文件

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

扩展使用说明

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

扩展基本信息

名称 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
官方URL https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
简介 The fastest way to Save screenshots
文件大小 54.57 KB
安装次数 808
当前版本 1.4
更新时间 2018-03-13
上架时间 2018-03-13
评分 3.33/5 共6次评分
开发者 https://1ce.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.openscreenshot.com
帮助页面URL https://www.openscreenshot.com
隐私政策页面URL https://www.webpagescreenshot.info/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Click Save Screenshot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "The fastest way to Save screenshots",
    "homepage_url": "https:\/\/1ce.org",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to save screenshot"
    }
}