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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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