PixivLink
open the pixiv page by id and some other features
What is PixivLink?
PixivLink is a Chrome extension developed by chenwei1312, and its main feature is "open the pixiv page by id and some other features".
Download PixivLink Extension CRX File
Download PixivLink 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
使用方法: pixiv :选中数字(不要包含"id=")-右击-PixivLink-根据 id 是作者还是图片选择 度盘:选中链接最后的内容(不要包含"s/")-右击-PixivLink-其他 AB 站:选中 av/ac 号(包含 av/ac)-右击-PixivLink-其他 开源: https://github.com/Xliezone/PixivLink
Extension Basic Information
Name | PixivLink |
ID | nchkhdekpacpmemhgbankecjdiacfcmc |
Official URL | https://chromewebstore.google.com/detail/pixivlink/nchkhdekpacpmemhgbankecjdiacfcmc |
Description | open the pixiv page by id and some other features |
File Size | 50.16 KB |
Installation Count | 64 |
Current Version | 0.1 |
Last Updated | 2016-05-04 |
Publish Date | 2016-05-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | chenwei1312 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Xliezone/PixivLink |
Supported Languages | 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" } } |