Rip Page

Select images & links on a page and download them.

Rip Pageとは何ですか?

Rip Pageはhttp://ahmed-badawy.comによって開発されたChromeの拡張機能で、その主な機能は「Select images & links on a page and download them.」です。

拡張機能のスクリーンショット

screenshot

Rip Page拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Rip all links & images of any Website with one click. also you can download it's urls in external file.                    

拡張機能の基本情報

名前 Rip Page Rip Page
ID gddceihbefbhkgjfbfodkmfchbfnbpho
公式URL https://chrome.google.com/webstore/detail/rip-page/gddceihbefbhkgjfbfodkmfchbfnbpho
説明 Select images & links on a page and download them.
ファイルサイズ 13.58 KB
インストール数 1,000
現在のバージョン 1
最終更新日 2015-12-01
公開日 2015-12-01
評価 4.67/5 合計 3 レビュー
開発者 http://ahmed-badawy.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rip Page",
    "description": "Select images & links on a page and download them.",
    "version": "1",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "downloads",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    }
}