Download Shelf Disabler
Turns off Chrome's downloads shelf.
什麼是Download Shelf Disabler?
Download Shelf Disabler是由Ferb開發的Chrome擴展程式,該擴展的主要功能是“Turns off Chrome's downloads shelf.”。
擴展截圖
下載Download Shelf Disabler擴展crx文件
下載Download Shelf Disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Useful for macOS users who like Safari's default behaviour. A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.
擴展基本資訊
名稱 | Download Shelf Disabler |
ID | aefnabdoeaehgniaceoefkbambfdhdjl |
官方網址 | https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl |
簡介 | Turns off Chrome's downloads shelf. |
檔案大小 | 12.23 KB |
安裝次數 | 152 |
目前版本 | 1.1 |
更新時間 | 2022-09-21 |
上架時間 | 2016-09-14 |
評分 | 4.88/5 共 8 次評分 |
開發者 | Ferb |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ferbivore/chrome-download-shelf-disabler |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Shelf Disabler", "description": "Turns off Chrome's downloads shelf.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf" ] } |