Twitter Cards expander
Automatically expand all Twitter Cards. Because they are beautiful and you love them.
Twitter Cards expander क्या है?
Twitter Cards expander jdesjardinsbernier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically expand all Twitter Cards. Because they are beautiful and you love them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Cards expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |