Get Random Gif

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

Was ist Get Random Gif?

Get Random Gif ist eine Chrome-Erweiterung, die von demipel8 entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag".

Erweiterungsscreenshots

screenshot

Get Random Gif-Erweiterungs-CRX-Datei herunterladen

Laden Sie Get Random Gif-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Get Random Gif Get Random Gif
ID lfcealbagbdlnbipcclbndgdmeogbmcl
Offizielle URL https://chromewebstore.google.com/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl
Beschreibung This extension adds a gif to your clipboard formatted as a markdown according to a specified tag
Dateigröße 28.4 KB
Installationsanzahl 49
Aktuelle Version 1.0.3
Letztes Update 2017-07-28
Veröffentlichungsdatum 2017-07-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler demipel8
Zahlungsart free
Erweiterungswebsite https://chrome.google.com/webstore/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl?hl=en-GB&gl=ES
Hilfeseite URL https://github.com/demipel8/Random-gif-chrome-extension/issues
Unterstützte Sprachen 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"
}