Dribbble @2x
Autoload the @2x version of shots on Dribbble.com when available.
什么是Dribbble @2x?
Dribbble @2x是由Tiny Works, LLC.开发的Chrome扩展程序,该扩展的主要功能是“Autoload the @2x version of shots on Dribbble.com when available.”。
扩展截图
下载Dribbble @2x扩展crx文件
下载Dribbble @2x扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
#### UPDATE 1.4 #### Cleaned up code and reduced size to less than 2KB. Fixed a bug that was causing the resizing to not fire automatically with the latest updates to Dribbble. #### UPDATE 1.34 #### Fixed a bug that caused the @2x versions of images to not properly load. #### UPDATE 1.32 #### Updated to work with the new Dribbble layout and ajax overlays of shots! Also, now compatible with Retina screens (not auto expanding). #### Dibbble @2x is a super lightweight extension that automagically loads the @2x (retina) version of shots when viewing the detail page. @2x runs in the background and only on the /shots/ section of dribbble.com so you won't even know it's there!
扩展基本信息
名称 | Dribbble @2x |
ID | hgdfllkgbhpehkplfjckkecheniibdpe |
官方URL | https://chromewebstore.google.com/detail/dribbble-2x/hgdfllkgbhpehkplfjckkecheniibdpe |
简介 | Autoload the @2x version of shots on Dribbble.com when available. |
文件大小 | 407 KB |
安装次数 | 777 |
当前版本 | 1.40 |
更新时间 | 2016-08-04 |
上架时间 | 2016-08-04 |
评分 | 4.36/5 共14次评分 |
开发者 | Tiny Works, LLC. |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://promptden.com/policy/privacy |
支持的语言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "load.js" ], "matches": [ "*:\/\/*.dribbble.com\/*" ] } ], "description": "Autoload the @2x version of shots on Dribbble.com when available.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCr8buH7oVeb00cBE\/y32dstA3kIAxUuUCtR43iG3kV+TGQSpa8k2UZ\/a8sH2WUrhS\/4ewGTB9VGSCHoejkE+FIeSuT0+i2w+rz7B1NepUx7sMhp3gE\/\/hR26CqR9mcK13RzEJPuj+mpYhiS1mbWz+kvb7s\/zzaJ8zolMUpJG6j3QIDAQAB", "manifest_version": 2, "name": "Dribbble @2x", "permissions": [ "*:\/\/*.dribbble.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.40", "web_accessible_resources": [ "load.js" ] } |