Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

Co to jest Tumblr Pixiv Source?

Tumblr Pixiv Source to rozszerzenie Chrome opracowane przez Jarno Le Conté, a jego główną funkcją jest „Automatic adding pixiv source to your tumblr posts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tumblr Pixiv Source

Pobierz pliki rozszerzeń Tumblr Pixiv Source w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :-)                    

Podstawowe informacje o rozszerzeniu

Nazwa Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
Oficjalny URL https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
Opis Automatic adding pixiv source to your tumblr posts.
Rozmiar pliku 47.21 KB
Liczba instalacji 67
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-06-02
Data Publikacji 2015-06-02
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Jarno Le Conté
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Obsługiwane Języki 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*"
    ]
}