bilibili图床
简单好用的bilibili图床。
Wat is bilibili图床?
bilibili图床 is een Chrome-extensie ontwikkeld door imcaviare, en de belangrijkste functie is "简单好用的bilibili图床。".
Extensie Screenshots
Download het CRX-bestand van de extensie bilibili图床
Download bilibili图床-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
- 支持多图上传
- 上传历史浏览和删除
- 支持返回https安全协议的图片地址
- 批量复制地址 Basisinformatie over de Extensie
| Naam | |
| ID | aofnmlfiomopkmgdngoehlndjcinbhfb |
| Officiële URL | https://chromewebstore.google.com/detail/bilibili%E5%9B%BE%E5%BA%8A/aofnmlfiomopkmgdngoehlndjcinbhfb |
| Beschrijving | 简单好用的bilibili图床。 |
| Bestandsgrootte | 2.07 MB |
| Aantal Installaties | 1,131 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2020-05-05 |
| Publicatiedatum | 2020-05-04 |
| Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | imcaviare |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/caviare/BilibiliPicBed |
| Help Pagina-URL | https://github.com/caviare/BilibiliPicBed |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "bilibili\u56fe\u5e8a",
"description": "\u7b80\u5355\u597d\u7528\u7684bilibili\u56fe\u5e8a\u3002",
"version": "1.0.4",
"manifest_version": 2,
"browser_action": {
"default_icon": "images\/icon.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"permissions": [
"cookies",
"*:\/\/*.bilibili.com\/*"
]
} | |