Sajin

Save photos from Instagram with one click.

Sajin란 무엇입니까?

Sajin은(는) https://kruazzan.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save photos from Instagram with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sajin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free extension Sajin allows you to save photos from Instagram just with one click.

Open the photo page in Chrome, click on the icon of extension and in a few seconds you can find the image in the Downloads folder.                    

확장 프로그램 기본 정보

이름 Sajin Sajin
ID bdjnmlcmojknnbkhnglijimdkmpmmpij
공식 URL https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij
설명 Save photos from Instagram with one click.
파일 크기 48.61 KB
설치 횟수 20
현재 버전 0.21
최근 업데이트 2015-12-01
출시 날짜 2015-11-30
평점 4.86/5 총 7 개의 평점
개발자 https://kruazzan.ru
결제 유형 free
확장 프로그램 웹 사이트 http://sajin.kruazzan.ru/en/
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sajin",
    "short_name": "Sajin",
    "description": "__MSG_desc__",
    "version": "0.21",
    "author": "Konstantin Savinov",
    "homepage_url": "http:\/\/sajin.kruazzan.ru\/",
    "default_locale": "ru",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_title": "__MSG_ttl__"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/*.instagram.com\/*"
    ]
}