Snip
Visual clipboard.
Wat is Snip?
Snip is een Chrome-extensie ontwikkeld door Yariv Fruend, en de belangrijkste functie is "Visual clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snip
Download Snip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Snip |
ID | gpffmgfklgohifjmgmbdabphgijndojh |
Officiële URL | https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh |
Beschrijving | Visual clipboard. |
Bestandsgrootte | 55.07 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2017-10-19 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Yariv Fruend |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |