PixivLink
open the pixiv page by id and some other features
什么是PixivLink?
PixivLink是由chenwei1312开发的Chrome扩展程序,该扩展的主要功能是“open the pixiv page by id and some other features”。
下载PixivLink扩展crx文件
下载PixivLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
使用方法:
pixiv :选中数字(不要包含"id=")-右击-PixivLink-根据 id 是作者还是图片选择
度盘:选中链接最后的内容(不要包含"s/")-右击-PixivLink-其他
AB 站:选中 av/ac 号(包含 av/ac)-右击-PixivLink-其他
开源: https://github.com/Xliezone/PixivLink 扩展基本信息
| 名称 | |
| ID | nchkhdekpacpmemhgbankecjdiacfcmc |
| 官方URL | https://chromewebstore.google.com/detail/pixivlink/nchkhdekpacpmemhgbankecjdiacfcmc |
| 简介 | open the pixiv page by id and some other features |
| 文件大小 | 50.16 KB |
| 安装次数 | 64 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-05-04 |
| 上架时间 | 2016-05-03 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | chenwei1312 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Xliezone/PixivLink |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PixivLink",
"manifest_version": 2,
"version": "0.1",
"description": "open the pixiv page by id and some other features",
"browser_action": {
"default_icon": "favicon-19.png",
"default_title": "PixivLink",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "favicon-16.png",
"19": "favicon-19.png",
"48": "favicon-48.png",
"128": "favicon-128.png"
}
} | |