Fast Screenshot
Take a screenshot
什么是Fast Screenshot?
Fast Screenshot是由Denys Skychko开发的Chrome扩展程序,该扩展的主要功能是“Take a screenshot”。
扩展截图
下载Fast Screenshot扩展crx文件
下载Fast Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick screenshot of website viewport
扩展基本信息
名称 | Fast Screenshot |
ID | hgpjdhlbmdipmklooeilcjnjikagmkej |
官方URL | https://chromewebstore.google.com/detail/fast-screenshot/hgpjdhlbmdipmklooeilcjnjikagmkej |
简介 | Take a screenshot |
文件大小 | 15.67 KB |
安装次数 | 8,187 |
当前版本 | 1.3.0 |
更新时间 | 2023-11-21 |
上架时间 | 2020-03-07 |
评分 | 3.91/5 共45次评分 |
开发者 | Denys Skychko |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://skychko.com/ |
隐私政策页面URL | https://stopreclame.com/privacy.html |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Screenshot", "version": "1.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_popup_title__" }, "options_page": "options.html", "permissions": [ "activeTab", "downloads", "storage" ] } |