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 |
官方網址 | 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 } |