Snip
Visual clipboard.
什么是Snip?
Snip是由Yariv Fruend开发的Chrome扩展程序,该扩展的主要功能是“Visual clipboard.”。
扩展截图
下载Snip扩展crx文件
下载Snip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A snip is a draggable object containing text. It can be dragged and then dropped inside a text input.
HOW TO USE:
Add new snips using the field at the top.
Left click: show full snip.
Ctrl + Left click: remove a snip. 扩展基本信息
| 名称 | |
| ID | gpffmgfklgohifjmgmbdabphgijndojh |
| 官方URL | https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh |
| 简介 | Visual clipboard. |
| 文件大小 | 55.07 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.2 |
| 更新时间 | 2024-02-29 |
| 上架时间 | 2017-10-19 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Yariv Fruend |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Snip",
"description": "Visual clipboard.",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"version": "1.2",
"author": "Yairv Fruend",
"action": {
"default_icon": {
"32": "icons\/32.png"
},
"default_title": "Start Snippin'!",
"default_popup": ".\/index.html"
},
"permissions": [
"storage"
]
} | |