AIDOU
方便搜索表情包并生成图片链接进行斗图
Wat is AIDOU?
AIDOU is een Chrome-extensie ontwikkeld door free.nan.sky, en de belangrijkste functie is "方便搜索表情包并生成图片链接进行斗图".
Extensie Screenshots
Download het CRX-bestand van de extensie AIDOU
Download AIDOU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
一款便于在 github、gitlab、与个技术社区评论发表情包斗图的插件,可快速搜索生成表情包链接所需的表情链接。
支持链接格式为: Markdown UBB HTML 普通的图片链接
插件地址:https://github.com/kinglisky/aidou Basisinformatie over de Extensie
| Naam | |
| ID | kidfkhcacngpkgkagdmbkncecbnadajb |
| Officiële URL | https://chromewebstore.google.com/detail/aidou/kidfkhcacngpkgkagdmbkncecbnadajb |
| Beschrijving | 方便搜索表情包并生成图片链接进行斗图 |
| Bestandsgrootte | 340 KB |
| Aantal Installaties | 259 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2018-03-07 |
| Publicatiedatum | 2018-03-07 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | free.nan.sky |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kinglisky/aidou |
| Help Pagina-URL | https://github.com/kinglisky/aidou/issues |
| Ondersteunde Talen | 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'"
} | |