Snip

Visual clipboard.

Qu'est-ce que Snip ?

Snip est une extension Chrome développée par Yariv Fruend, et sa fonction principale est "Visual clipboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snip

Téléchargez les fichiers d'extension Snip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snip Snip
ID gpffmgfklgohifjmgmbdabphgijndojh
URL Officiel https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh
Description Visual clipboard.
Taille du Fichier 55.07 KB
Nombre d'Installations 1,000
Version Actuelle 1.2
Dernière Mise à Jour 2024-02-29
Date de Publication 2017-10-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur Yariv Fruend
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}