Twitter Cards expander
Automatically expand all Twitter Cards. Because they are beautiful and you love them.
Twitter Cards expander là gì?
Twitter Cards expander là một tiện ích mở rộng Chrome được phát triển bởi jdesjardinsbernier, và tính năng chính của nó là "Automatically expand all Twitter Cards. Because they are beautiful and you love them.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Cards expander
Tải xuống các tệp mở rộng Twitter Cards expander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ndppfobgkneohcoegnmlgdcfdgefmpgm |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-cards-expander/ndppfobgkneohcoegnmlgdcfdgefmpgm |
Mô tả | Automatically expand all Twitter Cards. Because they are beautiful and you love them. |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2014-11-27 |
Ngày Phát Hành | 2014-11-27 |
Nhà Phát Triển | jdesjardinsbernier |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/jackdbernier/twitter-card-expander |
URL Trang Trợ Giúp | http://github.com/jackdbernier/twitter-card-expander/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |