AIDOU

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

Cos'è AIDOU?

AIDOU è un'estensione di Chrome sviluppata da free.nan.sky, e la sua funzione principale è "方便搜索表情包并生成图片链接进行斗图".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AIDOU

Scarica i file di estensione AIDOU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome AIDOU AIDOU
ID kidfkhcacngpkgkagdmbkncecbnadajb
URL Ufficiale https://chromewebstore.google.com/detail/aidou/kidfkhcacngpkgkagdmbkncecbnadajb
Descrizione 方便搜索表情包并生成图片链接进行斗图
Dimensione del File 340 KB
Conteggio Installazioni 259
Versione Corrente 3.0
Ultimo Aggiornamento 2018-03-07
Data di Pubblicazione 2018-03-07
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore free.nan.sky
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kinglisky/aidou
URL della Pagina di Aiuto https://github.com/kinglisky/aidou/issues
Lingue Supportate 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'"
}