Previeweet
Previeweet is an awesome browser extension that provides Twitter users with in stream image previews
Cos'è Previeweet?
Previeweet è un'estensione di Chrome sviluppata da ggurgone, e la sua funzione principale è "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Previeweet
Scarica i file di estensione Previeweet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You will have a nice preview of the images uploaded by users, so you can expand the ones you are really interested in.
Supported services:
- Instagram
- Dribbble
- Twitter (pic.twitter.com)
- Photobucket
- Facebook
- Apple
- Yfrog
- Twitpic
- Twitvid
- Imgur
and many more!
Due to the twitter cache, you might need to clear the browser cache or press CTRL+R to make previeweet working.
Bugs? Questions? contact me on twitter:
http://twitter.com/giuseppegurgone Informazioni di Base sull'Estensione
| Nome | |
| ID | ioknjbncflfoefodkjodmddcpahnhkgh |
| URL Ufficiale | https://chromewebstore.google.com/detail/previeweet/ioknjbncflfoefodkjodmddcpahnhkgh |
| Descrizione | Previeweet is an awesome browser extension that provides Twitter users with in stream image previews |
| Dimensione del File | 20.05 KB |
| Conteggio Installazioni | 693 |
| Versione Corrente | 3.0.3 |
| Ultimo Aggiornamento | 2013-11-21 |
| Data di Pubblicazione | 2013-11-21 |
| Valutazione | 3.52/5 Totale 27 Valutazioni |
| Sviluppatore | ggurgone |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://previeweet.com |
| URL della Pagina di Aiuto | http://twitter.com/giuseppegurgone |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Previeweet",
"description": "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"css": [
"previeweet.css"
],
"js": [
"previeweet.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"previeweetCore.js",
"previeweet.css"
],
"permissions": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"version": "3.0.3"
} | |