Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
Wat is Twitter Expander?
Twitter Expander is een Chrome-extensie ontwikkeld door http://rafaramos.com, en de belangrijkste functie is "This is extension will save you a click by displaying full images on your timeline ;)".
Download het CRX-bestand van de extensie Twitter Expander
Download Twitter Expander-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.
Basisinformatie over de Extensie
Naam | |
ID | hnfgjkfjmabokfhlkifalplleeanacjp |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp |
Beschrijving | This is extension will save you a click by displaying full images on your timeline ;) |
Bestandsgrootte | 26.18 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-06-25 |
Publicatiedatum | 2014-06-25 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://rafaramos.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |