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
电子邮箱 [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"
    }
}