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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |