Rip Page

Select images & links on a page and download them.

What is Rip Page?

Rip Page is a Chrome extension developed by http://ahmed-badawy.com, and its main feature is "Select images & links on a page and download them.".

Extension Screenshots

screenshot

Download Rip Page Extension CRX File

Download Rip Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rip Page Rip Page
ID gddceihbefbhkgjfbfodkmfchbfnbpho
Official URL https://chrome.google.com/webstore/detail/rip-page/gddceihbefbhkgjfbfodkmfchbfnbpho
Description Select images & links on a page and download them.
File Size 13.58 KB
Installation Count 1,000
Current Version 1
Last Updated 2015-12-01
Publish Date 2015-12-01
Rating 4.67/5 Total 3 Ratings
Developer http://ahmed-badawy.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}