OneClick Picsaver

Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.

OneClick Picsaver란 무엇입니까?

OneClick Picsaver은(는) mj-developers-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension requires the Picsaver Chrome App image downloader to work properly. You will be asked to install this app.

OneClick Picksaver saves images from Facebook, Pinterest, 500 px and any other web page. 

Extension recognizes and downloads only full-sized pictures without trash and banners. Picsaver analizes preview images on web-pages and downloads the originals.

Images are saved in the selected folder with one click and automatically renamed if the same file name already exists.                    

확장 프로그램 기본 정보

이름 OneClick Picsaver OneClick Picsaver
ID phpfkeikhkofikgikkgkhlafelljmpii
공식 URL https://chromewebstore.google.com/detail/oneclick-picsaver/phpfkeikhkofikgikkgkhlafelljmpii
설명 Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.
파일 크기 68.89 KB
설치 횟수 5,093
현재 버전 1.0.7.2
최근 업데이트 2014-05-05
출시 날짜 2014-05-05
평점 3.12/5 총 75 개의 평점
개발자 mj-developers-team
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.7.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "minimum_chrome_version": "23",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/www.facebook.com\/",
        "http:\/\/500px.com\/",
        "http:\/\/pinterest.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_title": "Save pics",
        "default_icon": "18.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "18.png",
        "48": "icons_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}