Rip Page

Select images & links on a page and download them.

Hvad er Rip Page?

Rip Page er en Chrome-udvidelse udviklet af http://ahmed-badawy.com, og dens hovedfunktion er "Select images & links on a page and download them.".

Udvidelsesskærmbilleder

screenshot

Download Rip Page-udvidelses-CRX-fil

Download Rip Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Rip Page Rip Page
ID gddceihbefbhkgjfbfodkmfchbfnbpho
Officiel URL https://chrome.google.com/webstore/detail/rip-page/gddceihbefbhkgjfbfodkmfchbfnbpho
Beskrivelse Select images & links on a page and download them.
Filstørrelse 13.58 KB
Antal Installationer 1,000
Nuværende Version 1
Senest Opdateret 2015-12-01
Udgivelsesdato 2015-12-01
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler http://ahmed-badawy.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}