Get Random Gif

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

Get Random Gif란 무엇입니까?

Get Random Gif은(는) demipel8에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag"입니다.

확장 프로그램 스크린샷

screenshot

Get Random Gif 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Get Random Gif Get Random Gif
ID lfcealbagbdlnbipcclbndgdmeogbmcl
공식 URL https://chromewebstore.google.com/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl
설명 This extension adds a gif to your clipboard formatted as a markdown according to a specified tag
파일 크기 28.4 KB
설치 횟수 49
현재 버전 1.0.3
최근 업데이트 2017-07-28
출시 날짜 2017-07-28
평점 5.00/5 총 4 개의 평점
개발자 demipel8
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/get-random-gif/lfcealbagbdlnbipcclbndgdmeogbmcl?hl=en-GB&gl=ES
도움말 페이지 URL https://github.com/demipel8/Random-gif-chrome-extension/issues
지원되는 언어 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"
}