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ファイルをダウンロード

OneClick Picsaver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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