Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

什么是Tumblr Pixiv Source?

Tumblr Pixiv Source是由Jarno Le Conté开发的Chrome扩展程序,该扩展的主要功能是“Automatic adding pixiv source to your tumblr posts.”。

扩展截图

screenshot

下载Tumblr Pixiv Source扩展crx文件

下载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*"
    ]
}