PixivIDFinder
Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar.
PixivIDFinder क्या है?
PixivIDFinder DriftKingTW द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar. "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PixivIDFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
覺得給PIXIV ID找圖很麻煩嗎, 有了這個擴充功能就可以讓你輕鬆點個右鍵上車(X)找圖找作者啦! Github: https://github.com/DriftKingTW/PixivIDFinder 歡迎關注我的Pixiv(Follow me on Pixiv): http://www.pixiv.me/driftkingtw (*゚∀゚*)(*゚∀゚*)(*゚∀゚*)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hdajjhbhcaklkjbandcgfgebkpiecchm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm |
विवरण | Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar. |
फ़ाइल का आकार | 33.95 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-11-09 |
प्रकाशन तिथि | 2017-11-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | DriftKingTW |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PixivIDFinder", "description": "Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar. ", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": [], "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |