Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

Hvad er Tumblr Pixiv Source?

Tumblr Pixiv Source er en Chrome-udvidelse udviklet af Jarno Le Conté, og dens hovedfunktion er "Automatic adding pixiv source to your tumblr posts.".

Udvidelsesskærmbilleder

screenshot

Download Tumblr Pixiv Source-udvidelses-CRX-fil

Download Tumblr Pixiv Source-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
Officiel URL https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
Beskrivelse Automatic adding pixiv source to your tumblr posts.
Filstørrelse 47.21 KB
Antal Installationer 67
Nuværende Version 1.0
Senest Opdateret 2015-06-02
Udgivelsesdato 2015-06-02
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler Jarno Le Conté
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Understøttede Sprog 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*"
    ]
}