Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

ما هو Tumblr Pixiv Source؟

Tumblr Pixiv Source هو إضافة Chrome تم تطويرها بواسطة Jarno Le Conté، والميزة الرئيسية لها هي "Automatic adding pixiv source to your tumblr posts.".

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

screenshot

تحميل ملف CRX للإضافة Tumblr Pixiv Source

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

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

                        Tumblr posts with images from Pixiv not always contain source. This plug-in gives the possibility to add source using one click. The plug-in figures out who is the original artist is and provide a link to that Pixiv account in your reblog description. This way we will respect artist's works !

IMPORTANT:
- Please manually VERIFY the link, because sometimes it matches the wrong picture.
- Can't handle photo sets right now.
- These plug-in only works for reblogs. NOT YOUR OWN UPLOADS !!!

Hopefully we improve this in the future :-)                    

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

الاسم Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
الوصف Automatic adding pixiv source to your tumblr posts.
حجم الملف 47.21 KB
عدد التثبيتات 67
النسخة الحالية 1.0
آخر تحديث 2015-06-02
تاريخ النشر 2015-06-02
تقييم 4.00/5 مجموع تقييمات 3
المطور Jarno Le Conté
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Pixiv Source",
    "description": "Automatic adding pixiv source to your tumblr posts.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/icon-small.png",
        "default_title": "Add Pixiv source in caption!"
    },
    "permissions": [
        "activeTab",
        "https:\/\/saucenao.com\/search.php*"
    ]
}