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 |
官方網址 | 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" ] } ] } |