Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
什么是Twitter Expander?
Twitter Expander是由http://rafaramos.com开发的Chrome扩展程序,该扩展的主要功能是“This is extension will save you a click by displaying full images on your timeline ;)”。
下载Twitter Expander扩展crx文件
下载Twitter Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.
扩展基本信息
名称 | |
ID | hnfgjkfjmabokfhlkifalplleeanacjp |
官方URL | https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp |
简介 | This is extension will save you a click by displaying full images on your timeline ;) |
文件大小 | 26.18 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2014-06-25 |
上架时间 | 2014-06-25 |
评分 | 4.50/5 共2次评分 |
开发者 | http://rafaramos.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Expander", "version": "1.0", "description": "This is extension will save you a click by displaying full images on your timeline ;)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "twitter.css" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |