Scrt.link - Share a secret!
A chrome extension for scrt.link
什么是Scrt.link - Share a secret!?
Scrt.link - Share a secret!是由https://scrt.link开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension for scrt.link”。
扩展截图
下载Scrt.link - Share a secret!扩展crx文件
下载Scrt.link - Share a secret!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrt.link lets you share sensitive information online. Keep confidential information out of email, Slack, Teams, Whatsapp or any other communication channel. A one-time disposable link guarantees your secrets can only ever be accessed once - before being destroyed forever. 扩展基本信息
| 名称 | |
| ID | gkpenncdoafjgnphhnmoiocbfbojggip |
| 官方URL | https://chromewebstore.google.com/detail/scrtlink-share-a-secret/gkpenncdoafjgnphhnmoiocbfbojggip |
| 简介 | A chrome extension for scrt.link |
| 文件大小 | 94.34 KB |
| 安装次数 | 102 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-06-23 |
| 上架时间 | 2021-06-20 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://scrt.link |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://scrt.link |
| 帮助页面URL | https://scrt.link/contact |
| 隐私政策页面URL | https://scrt.link/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A chrome extension for scrt.link",
"version": "1.0.1",
"manifest_version": 3,
"name": "Scrt.link - Share a secret!",
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
],
"content_scripts": [
{
"matches": [
"https:\/\/scrt.link\/*"
],
"css": [
"content.styles.css"
]
}
]
} | |