Recent Download
Manage users' recent downloaded items!
Recent Downloadとは何ですか?
Recent Downloadはhttps://www.windows10mycomputer.comによって開発されたChromeの拡張機能で、その主な機能は「Manage users' recent downloaded items!」です。
拡張機能のスクリーンショット
Recent Download拡張機能のCRXファイルをダウンロード
Recent Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).
拡張機能の基本情報
名前 | Recent Download |
ID | abmbeknhkchhaalbjkbehhfbibcmogbe |
公式URL | https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe |
説明 | Manage users' recent downloaded items! |
ファイルサイズ | 247 KB |
インストール数 | 960 |
現在のバージョン | 0.1.1 |
最終更新日 | 2018-11-28 |
公開日 | 2018-11-27 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.windows10mycomputer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.windows10mycomputer.com |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Download", "version": "0.1.1", "manifest_version": 2, "default_locale": "zh_CN", "description": "Manage users' recent downloaded items!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Recent Download", "default_popup": "defult.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] } |