AIDOU

方便搜索表情包并生成图片链接进行斗图

What is AIDOU?

AIDOU is a Chrome extension developed by free.nan.sky, and its main feature is "方便搜索表情包并生成图片链接进行斗图".

Extension Screenshots

screenshot

Download AIDOU Extension CRX File

Download AIDOU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        一款便于在 github、gitlab、与个技术社区评论发表情包斗图的插件,可快速搜索生成表情包链接所需的表情链接。

支持链接格式为: Markdown UBB HTML 普通的图片链接

插件地址:https://github.com/kinglisky/aidou                    

Extension Basic Information

Name AIDOU AIDOU
ID kidfkhcacngpkgkagdmbkncecbnadajb
Official URL https://chromewebstore.google.com/detail/aidou/kidfkhcacngpkgkagdmbkncecbnadajb
Description 方便搜索表情包并生成图片链接进行斗图
File Size 340 KB
Installation Count 259
Current Version 3.0
Last Updated 2018-03-07
Publish Date 2018-03-07
Rating 5.00/5 Total 5 Ratings
Developer free.nan.sky
Payment Type free
Extension Website https://github.com/kinglisky/aidou
Help Page URL https://github.com/kinglisky/aidou/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AIDOU",
    "version": "3.0",
    "description": "\u65b9\u4fbf\u641c\u7d22\u8868\u60c5\u5305\u5e76\u751f\u6210\u56fe\u7247\u94fe\u63a5\u8fdb\u884c\u6597\u56fe",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/",
        "storage",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png",
            "128": "icon.png"
        },
        "default_title": "aidou \u6597\u56fe",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}