Save In…
Saves {image, video, audio, links, selection, page} in directories relative to the default download directory.
什么是Save In…?
Save In…是由gyng开发的Chrome扩展程序,该扩展的主要功能是“Saves {image, video, audio, links, selection, page} in directories relative to the default download directory.”。
扩展截图
下载Save In…扩展crx文件
下载Save In…扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Save In… |
ID | jpblofcpgfjikaapfedldfeilmpgkedf |
官方URL | https://chromewebstore.google.com/detail/save-in%E2%80%A6/jpblofcpgfjikaapfedldfeilmpgkedf |
简介 | Saves {image, video, audio, links, selection, page} in directories relative to the default download directory. |
文件大小 | 143 KB |
安装次数 | 60,000 |
当前版本 | 3.7.1 |
更新时间 | 2023-02-14 |
上架时间 | 2019-12-21 |
评分 | 4.30/5 共20次评分 |
开发者 | gyng |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gyng/save-in/ |
帮助页面URL | https://github.com/gyng/save-in/issues |
支持的语言 | 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": [ " |