GIPHY for Gmail

Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.

什么是GIPHY for Gmail?

GIPHY for Gmail是由Giphy, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GIPHY for Gmail扩展crx文件

下载GIPHY for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily add GIFs, Stickers, Emojis and more to your emails with the Giphy for Gmail Extension. Just click "Compose" inside the Gmail web client and then tap the GIPHY icon in the toolbar. Search and browse the entire GIPHY library or create your own custom Test Stickers! Once you've found the perfect GIF just tap it and its automatically added to your email.

Feel free to drop us a line if you have any issues or ideas to make it better at: [email protected]

💖 With love,

-GIPHY                    

扩展基本信息

名称 GIPHY for Gmail GIPHY for Gmail
ID andgibkjiikabclfdkecpmdkfanpdapf
官方URL https://chromewebstore.google.com/detail/giphy-for-gmail/andgibkjiikabclfdkecpmdkfanpdapf
简介 Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.
文件大小 1.3 MB
安装次数 119,835
当前版本 3.14
更新时间 2023-05-12
上架时间 2019-08-22
评分 3.80/5 共117次评分
开发者 Giphy, Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.giphy.com
隐私政策页面URL https://support.giphy.com/hc/en-us/articles/360032872931
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY for Gmail",
    "version": "3.14",
    "description": "Add the power of GIPHY to your Gmail experience. Search and discover the best GIFs for your every email need quickly and easily.",
    "manifest_version": 3,
    "icons": {
        "128": "\/img\/128x128_vertical.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                ".\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ]
}