Quick Forum Downloader
Download the forum attachment quickly
Hvad er Quick Forum Downloader?
Quick Forum Downloader er en Chrome-udvidelse udviklet af cheuksam, og dens hovedfunktion er "Download the forum attachment quickly".
Udvidelsesskærmbilleder
Download Quick Forum Downloader-udvidelses-CRX-fil
Download Quick Forum Downloader-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
Single click for download forum attachment Forum supported: UNetBoard
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | npehfldmceamlhloggdocdiihigadpbe |
Officiel URL | https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe |
Beskrivelse | Download the forum attachment quickly |
Filstørrelse | 7.22 KB |
Antal Installationer | 91 |
Nuværende Version | 1 |
Senest Opdateret | 2016-08-22 |
Udgivelsesdato | 2016-08-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | cheuksam |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/samcheuk/quick-forum-downloader |
Hjælpeside-URL | https://github.com/samcheuk/quick-forum-downloader |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Forum Downloader", "description": "Download the forum attachment quickly", "version": "1", "permissions": [ "downloads", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Quick Forum Downloader", "default_icon": "quick_download_icon.png" }, "manifest_version": 2 } |