Tumblr Shimeji - Kagamine Rin

Kagamine Rin plays on your tumblr dash.

Tumblr Shimeji - Kagamine Rin란 무엇입니까?

Tumblr Shimeji - Kagamine Rin은(는) Jarno Le Conté에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kagamine Rin plays on your tumblr dash."입니다.

확장 프로그램 스크린샷

screenshot

Tumblr Shimeji - Kagamine Rin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This little mascot of Kagamine Rin will be released on your tumblr dashboard, after which she starts to play and interact with your posts. 

CREDITS

Artwork Artist: 
ちほ (pixiv ID 345487)
http://www.pixiv.net/member.php?id=345487

Original Shimeji Software:
Yuki Yamada of Group Finity
http://www.group-finity.com/Shimeji/                    

확장 프로그램 기본 정보

이름 Tumblr Shimeji - Kagamine Rin Tumblr Shimeji - Kagamine Rin
ID bdginklednfghffipefnkdfipklbdoab
공식 URL https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab
설명 Kagamine Rin plays on your tumblr dash.
파일 크기 128 KB
설치 횟수 2,478
현재 버전 0.5
최근 업데이트 2017-02-26
출시 날짜 2017-02-26
평점 3.90/5 총 51 개의 평점
개발자 Jarno Le Conté
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://hckr-me.tumblr.com/shimeji
도움말 페이지 URL http://hckr-me.tumblr.com/shimeji
개인정보 보호 정책 페이지 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",
    "name": "Tumblr Shimeji - Kagamine Rin",
    "description": "Kagamine Rin plays on your tumblr dash.",
    "version": "0.5",
    "author": "Jarno Le Cont\u00e9",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Kagamine Rin Shimeji"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [],
            "js": [
                "tumblr-shimeji-rin.user.js"
            ],
            "matches": [
                "https:\/\/www.tumblr.com\/dashboard",
                "https:\/\/www.tumblr.com\/tagged\/*"
            ],
            "run_at": "document_end"
        }
    ]
}