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 |
公式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 |
Eメール | [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" ] } |