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.
擴展基本資訊
名稱 | Snip |
ID | gpffmgfklgohifjmgmbdabphgijndojh |
官方網址 | 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" ] } |