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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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*"
    ]
}