Twitter Cards expander
Automatically expand all Twitter Cards. Because they are beautiful and you love them.
什么是Twitter Cards expander?
Twitter Cards expander是由jdesjardinsbernier开发的Chrome扩展程序,该扩展的主要功能是“Automatically expand all Twitter Cards. Because they are beautiful and you love them.”。
扩展截图
下载Twitter Cards expander扩展crx文件
下载Twitter Cards expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhance the use of Twitter Cards by expanding them automatically. You know the big bad-ass summaries you can expand by clicking "view summary" ? Well you won't have to click on it anymore.
扩展基本信息
名称 | ![]() |
ID | ndppfobgkneohcoegnmlgdcfdgefmpgm |
官方URL | https://chrome.google.com/webstore/detail/twitter-cards-expander/ndppfobgkneohcoegnmlgdcfdgefmpgm |
简介 | Automatically expand all Twitter Cards. Because they are beautiful and you love them. |
文件大小 | 141 KB |
安装次数 | 24 |
当前版本 | 0.0.2 |
更新时间 | 2014-11-27 |
上架时间 | 2014-11-27 |
开发者 | jdesjardinsbernier |
付费类型 | free |
扩展官网 | http://github.com/jackdbernier/twitter-card-expander |
帮助页面URL | http://github.com/jackdbernier/twitter-card-expander/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Cards expander", "version": "0.0.2", "manifest_version": 2, "description": "Automatically expand all Twitter Cards. Because they are beautiful and you love them.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |