Downloads Button
Simple material design styled downloads button - shortcut to chrome:downloads
什么是Downloads Button?
Downloads Button是由edgrd开发的Chrome扩展程序,该扩展的主要功能是“Simple material design styled downloads button - shortcut to chrome:downloads”。
扩展截图
下载Downloads Button扩展crx文件
下载Downloads Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | bkklakohoopldjemonegiljanblejcoi |
官方URL | https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi |
简介 | Simple material design styled downloads button - shortcut to chrome:downloads |
文件大小 | 3.74 KB |
安装次数 | 1,000 |
当前版本 | 1.2.4 |
更新时间 | 2017-07-06 |
上架时间 | 2017-07-06 |
评分 | 4.44/5 共9次评分 |
开发者 | edgrd |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Downloads" }, "icons": { "48": "button.png" }, "description": "Simple material design styled downloads button - shortcut to chrome:downloads", "name": "Downloads Button", "permissions": [ "tabs" ], "version": "1.2.4", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |