PixivLink
open the pixiv page by id and some other features
PixivLink क्या है?
PixivLink chenwei1312 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "open the pixiv page by id and some other features"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PixivLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
使用方法: pixiv :选中数字(不要包含"id=")-右击-PixivLink-根据 id 是作者还是图片选择 度盘:选中链接最后的内容(不要包含"s/")-右击-PixivLink-其他 AB 站:选中 av/ac 号(包含 av/ac)-右击-PixivLink-其他 开源: https://github.com/Xliezone/PixivLink
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |