Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

What is Tumblr Pixiv Source?

Tumblr Pixiv Source is a Chrome extension developed by Jarno Le Conté, and its main feature is "Automatic adding pixiv source to your tumblr posts.".

Extension Screenshots

screenshot

Download Tumblr Pixiv Source Extension CRX File

Download Tumblr Pixiv Source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
Official URL https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
Description Automatic adding pixiv source to your tumblr posts.
File Size 47.21 KB
Installation Count 67
Current Version 1.0
Last Updated 2015-06-02
Publish Date 2015-06-02
Rating 4.00/5 Total 3 Ratings
Developer Jarno Le Conté
Email [email protected]
Payment Type free
Privacy Policy Page URL http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Supported Languages 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*"
    ]
}