S Download Manager
Manage downloads.
Wat is S Download Manager?
S Download Manager is een Chrome-extensie ontwikkeld door yqy7, en de belangrijkste functie is "Manage downloads.".
Extensie Screenshots
Download het CRX-bestand van de extensie S Download Manager
Download S Download Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A download manager for chrome browser
Basisinformatie over de Extensie
Naam | S Download Manager |
ID | niofdpkjkmgemjmcjlochgpkbbiaipdo |
Officiële URL | https://chromewebstore.google.com/detail/s-download-manager/niofdpkjkmgemjmcjlochgpkbbiaipdo |
Beschrijving | Manage downloads. |
Bestandsgrootte | 3.8 MB |
Aantal Installaties | 53 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-10-22 |
Publicatiedatum | 2020-10-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | yqy7 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yqy7/s-download-manager |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.1.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16x16.png", "128": "images\/icon-128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "downloads", "downloads.open", "downloads.shelf", "tabs", "activeTab", "webRequest", "storage", " |