OneClick Share Screenshot
The fastest way to share screenshots
什么是OneClick Share Screenshot?
OneClick Share Screenshot是由https://1ce.org开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to share screenshots”。
扩展截图
下载OneClick Share Screenshot扩展crx文件
下载OneClick Share Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
☑ The fastest way to share a screenshot.
☑ One click, and immediately you get a URL that you can share.
☑ 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! 扩展基本信息
| 名称 | |
| ID | bilhmoofdampcoaccakcdelibcaafopm |
| 官方URL | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
| 简介 | The fastest way to share screenshots |
| 文件大小 | 58.68 KB |
| 安装次数 | 233 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-03-13 |
| 上架时间 | 2018-03-13 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://1ce.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.openscreenshot.com |
| 帮助页面URL | http://www.openscreenshot.com |
| 隐私政策页面URL | https://www.webpagescreenshot.info/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OneClick Share Screenshot",
"version": "1.1",
"manifest_version": 2,
"description": "The fastest way to share screenshots",
"homepage_url": "http:\/\/www.openscreenshot.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"permissions": [
"activeTab"
],
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Click to share screenshot"
}
} | |