Organize Downloads by Month
Automatically organize downloads inside default download location into sub-directories labelled by year and month.
Organize Downloads by Monthとは何ですか?
Organize Downloads by Monthはpaulpark03によって開発されたChromeの拡張機能で、その主な機能は「Automatically organize downloads inside default download location into sub-directories labelled by year and month.」です。
拡張機能のスクリーンショット
Organize Downloads by Month拡張機能のCRXファイルをダウンロード
Organize Downloads by Month拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically organize Downloads folder by year & month. Instructions: 1. Set "Download location" in Advanced Settings. 2. Download anything! 3. Find your download at "/ - /" For example, if you were downloading file named "helloworld.txt" on June 11, 2014 and your default Download location is set to "C:\Users\Paul\Downloads", then you'd find the downloaded file here: "C:\Users\Paul\Downloads\2014-06\helloworld.txt" This extension will work whether you have "Ask where to save each file before downloading" enabled or disabled. It's compatible with Saft Extension's Sort Download by Date function on Safari. The script is based on download_filename_controller sample extension.
拡張機能の基本情報
名前 | Organize Downloads by Month |
ID | bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
公式URL | https://chromewebstore.google.com/detail/organize-downloads-by-mon/bjlglbbbnhbpbepkhdbajopdgdcjjhcc |
説明 | Automatically organize downloads inside default download location into sub-directories labelled by year and month. |
ファイルサイズ | 3.9 KB |
インストール数 | 215 |
現在のバージョン | 0.1 |
最終更新日 | 2023-12-18 |
公開日 | 2014-06-11 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | paulpark03 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize Downloads by Month", "description": "Automatically organize downloads inside default download location into sub-directories labelled by year and month.", "version": "0.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "default-src 'none'; script-src 'self'", "manifest_version": 2 } |