Get Random Gif

This extension adds a gif to your clipboard formatted as a markdown according to a specified tag

Qu'est-ce que Get Random Gif ?

Get Random Gif est une extension Chrome développée par demipel8, et sa fonction principale est "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Random Gif

Téléchargez les fichiers d'extension Get Random Gif 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

                        Make better acceptance messages with a random GIF. Ideal for pull request flows!                    

Informations de Base sur l'Extension

Nom Get Random Gif Get Random Gif
ID lfcealbagbdlnbipcclbndgdmeogbmcl
URL Officiel https://chromewebstore.google.com/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl
Description This extension adds a gif to your clipboard formatted as a markdown according to a specified tag
Taille du Fichier 28.4 KB
Nombre d'Installations 49
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-07-28
Date de Publication 2017-07-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur demipel8
Type de Paiement free
Site Web de l'Extension https://chrome.google.com/webstore/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl?hl=en-GB&gl=ES
URL de la Page d'Aide https://github.com/demipel8/Random-gif-chrome-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Random Gif",
    "description": "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "author": "Demi [[email protected]]",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            },
            "description": "Get gif"
        }
    },
    "minimum_chrome_version": "45.0",
    "offline_enabled": false,
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "permissions": [
        "clipboardWrite",
        "https:\/\/tbdsa3t4af.execute-api.us-east-2.amazonaws.com\/v1\/*",
        "storage"
    ],
    "short_name": "GRG"
}