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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย demipel8 และคุณลักษณะหลักของมันคือ "This extension adds a gif to your clipboard formatted as a markdown according to a specified tag"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Random Gif

ดาวน์โหลดไฟล์ส่วนขยาย Get Random Gif ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}