Imgur Twitter cards
Load imgur images from twitter cards
What is Imgur Twitter cards?
Imgur Twitter cards is a Chrome extension developed by Iván Mayoral, and its main feature is "Load imgur images from twitter cards".
Extension Screenshots
Download Imgur Twitter cards Extension CRX File
Download Imgur Twitter cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Preview imgur links without leaving the twitter page. Nuff said. Source: https://github.com/ivanm/imgur-twitter-cards
Extension Basic Information
Name | Imgur Twitter cards |
ID | jmeiapdoniklnnfejjlijibfmbhmhnpp |
Official URL | https://chromewebstore.google.com/detail/imgur-twitter-cards/jmeiapdoniklnnfejjlijibfmbhmhnpp |
Description | Load imgur images from twitter cards |
File Size | 45.74 KB |
Installation Count | 19 |
Current Version | 1.0 |
Last Updated | 2013-03-02 |
Publish Date | 2013-03-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Iván Mayoral |
Payment Type | free |
Extension Website | https://github.com/ivanm/imgur-twitter-cards |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgur Twitter cards", "version": "1.0", "description": "Load imgur images from twitter cards", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "imgurscript.js" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2 } |