Downloads Overwrite Already Existing Files
All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Downloads Overwrite Already Existing Filesとは何ですか?
Downloads Overwrite Already Existing Filesはhttps://zach-adams.comによって開発されたChromeの拡張機能で、その主な機能は「All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.」です。
拡張機能のスクリーンショット
Downloads Overwrite Already Existing Files拡張機能のCRXファイルをダウンロード
Downloads Overwrite Already Existing Files拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Very similar to the original "Downloads Overwrite Existing Files". This one includes a bug fix so it will remember your previous download folder, rather than default back to your default download folder.
- Microsoft Edge Addon: https://microsoftedge.microsoft.com/addons/detail/dfnblaebmpjlokbkadgeaghajajidojj
- See source code here: https://github.com/zach-adams/downloads-overwrite-already-existing-files
- I am not responsible for lost/overwritten data. This does not compare the contents of files or the file modification time before overwriting, it only compares filenames. 拡張機能の基本情報
| 名前 | |
| ID | lddjgfpjnifpeondafidennlcfagekbp |
| 公式URL | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
| 説明 | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
| ファイルサイズ | 7.86 KB |
| インストール数 | 23,643 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-10-08 |
| 公開日 | 2020-04-28 |
| 評価 | 4.95/5 合計 37 レビュー |
| 開発者 | https://zach-adams.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
| ヘルプページのURL | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
| プライバシーポリシーページのURL | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Downloads Overwrite Already Existing Files",
"short_name": "Downloads Overwrite Existing Files",
"description": "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "https:\/\/github.com\/zach-adams\/downloads-overwrite-already-existing-files",
"background": {
"service_worker": "bg.js"
},
"permissions": [
"downloads"
]
} | |