Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
Twitter Expander क्या है?
Twitter Expander http://rafaramos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is extension will save you a click by displaying full images on your timeline ;)"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |