Snip-It
Copy a simple text snippet about the active tab to the clipboard
什么是Snip-It?
Snip-It是由crowe.mitch开发的Chrome扩展程序,该扩展的主要功能是“Copy a simple text snippet about the active tab to the clipboard”。
下载Snip-It扩展crx文件
下载Snip-It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save webpages to your clipboard for easy pasting into a markdown document.
扩展基本信息
名称 | ![]() |
ID | fbioimabbleddmecllbenileihlpnamf |
官方URL | https://chrome.google.com/webstore/detail/snip-it/fbioimabbleddmecllbenileihlpnamf |
简介 | Copy a simple text snippet about the active tab to the clipboard |
文件大小 | 33.33 KB |
安装次数 | 481 |
当前版本 | 2.0 |
更新时间 | 2017-01-04 |
上架时间 | 2017-01-04 |
开发者 | crowe.mitch |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snip-It", "description": "Copy a simple text snippet about the active tab to the clipboard", "version": "2.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery-2.1.0.min.js", "background.js" ], "persistent": false }, "commands": { "tab-snippet": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Copy a snippet of the current tab" } }, "browser_action": { "default_title": "Copy a snippet to the clipboard", "default_icon": "icon.png" }, "manifest_version": 2 } |