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 هو إضافة Chrome تم تطويرها بواسطة 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. ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PixivIDFinder

قم بتنزيل ملفات الامتداد PixivIDFinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        覺得給PIXIV ID找圖很麻煩嗎, 有了這個擴充功能就可以讓你輕鬆點個右鍵上車(X)找圖找作者啦!

Github: https://github.com/DriftKingTW/PixivIDFinder

歡迎關注我的Pixiv(Follow me on Pixiv): http://www.pixiv.me/driftkingtw
(*゚∀゚*)(*゚∀゚*)(*゚∀゚*)                    

معلومات أساسية عن التمديد

الاسم PixivIDFinder PixivIDFinder
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"
        ]
    }
}