Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

Was ist Tumblr Pixiv Source?

Tumblr Pixiv Source ist eine Chrome-Erweiterung, die von Jarno Le Conté entwickelt wurde, und ihr Hauptmerkmal ist "Automatic adding pixiv source to your tumblr posts.".

Erweiterungsscreenshots

screenshot

Tumblr Pixiv Source-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr Pixiv Source-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
Offizielle URL https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
Beschreibung Automatic adding pixiv source to your tumblr posts.
Dateigröße 47.21 KB
Installationsanzahl 67
Aktuelle Version 1.0
Letztes Update 2015-06-02
Veröffentlichungsdatum 2015-06-02
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Jarno Le Conté
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Unterstützte Sprachen 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*"
    ]
}