Save In…
Saves {image, video, audio, links, selection, page} in directories relative to the default download directory.
Was ist Save In…?
Save In… ist eine Chrome-Erweiterung, die von gyng entwickelt wurde, und ihr Hauptmerkmal ist "Saves {image, video, audio, links, selection, page} in directories relative to the default download directory.".
Erweiterungsscreenshots
Save In…-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save In…-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a context menu to save media {image, video, audio, link, selection, page} in user-defined folders or directories relative to the default download location.
Save into dynamically named directories.
Flexible rules-based download renaming and routing.
Option to save as shortcuts {.url, .desktop, .html redirect}.
The WebExtension API only allows saving into directories relative to the default download directory. Symlinks can be used to get around this limitation:
Windows: mklink /D C:\path\to\symlink D:\path\to\actual
macOS/Unix: ln -s /path/to/actual /path/to/symlink
Make sure the actual directories exist, or downloads will silently fail.
permission is used to get around CORS on HTTP HEAD requests (to check for Content-Disposition headers)
tabs permission is used to get the active page's title.
Configure before use. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jpblofcpgfjikaapfedldfeilmpgkedf |
| Offizielle URL | https://chromewebstore.google.com/detail/save-in%E2%80%A6/jpblofcpgfjikaapfedldfeilmpgkedf |
| Beschreibung | Saves {image, video, audio, links, selection, page} in directories relative to the default download directory. |
| Dateigröße | 143 KB |
| Installationsanzahl | 60,000 |
| Aktuelle Version | 3.7.1 |
| Letztes Update | 2023-02-14 |
| Veröffentlichungsdatum | 2019-12-21 |
| Bewertung | 4.30/5 Insgesamt 20 Bewertungen |
| Entwickler | gyng |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/gyng/save-in/ |
| Hilfeseite URL | https://github.com/gyng/save-in/issues |
| Unterstützte Sprachen | en,nl,sv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.7.1",
"default_locale": "en",
"applications": {
"gecko": {
"id": "{72d92df5-2aa0-4b06-b807-aa21767545cd}"
}
},
"developer": {
"name": "Ng Guoyou",
"url": "https:\/\/github.com\/gyng\/save-in"
},
"homepage_url": "https:\/\/github.com\/gyng\/save-in",
"background": {
"scripts": [
"src\/vendor\/browser-polyfill.js",
"src\/vendor\/content-disposition.js",
"src\/chrome-detector.js",
"src\/constants.js",
"src\/history.js",
"src\/notification.js",
"src\/path.js",
"src\/download.js",
"src\/router.js",
"src\/shortcut.js",
"src\/messaging.js",
"src\/headers.js",
"src\/variable.js",
"src\/menu.js",
"src\/option.js",
"src\/index.js"
]
},
"content_scripts": [
{
"matches": [
" | |