Dribbble Shotclock
Watch your last shot on Dribbble
什么是Dribbble Shotclock?
Dribbble Shotclock是由http://www.fedegarlo.com开发的Chrome扩展程序,该扩展的主要功能是“Watch your last shot on Dribbble”。
扩展截图
下载Dribbble Shotclock扩展crx文件
下载Dribbble Shotclock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It allows you to have all the information about your last shot at Dribbble. Comments, views, likes ... And all in your browser, wherever you are. From player to player, recommended;) Now, you can note what number has changed with a fabolous pink colour.
扩展基本信息
名称 | |
ID | ehgegpddogfbhmkbdcoojeefmjelmbec |
官方URL | https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec |
简介 | Watch your last shot on Dribbble |
文件大小 | 139 KB |
安装次数 | 14 |
当前版本 | 1.22 |
更新时间 | 2014-04-27 |
上架时间 | 2014-04-27 |
评分 | 4.17/5 共6次评分 |
开发者 | http://www.fedegarlo.com |
付费类型 | free |
扩展官网 | http://www.fedegarlo.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble Shotclock", "version": "1.22", "description": "Watch your last shot on Dribbble", "icons": { "48": "img\/dribbble_48.png", "128": "img\/dribbble_128.png", "16": "img\/dribbble_16.png" }, "short_name": "Shotclock", "browser_action": { "default_icon": "img\/dribbble_128.png", "default_title": "See info about your last shot on Dribbble", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/query.yahooapis.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' https:\/\/api.dribbble.com" } |