Previeweet
Previeweet is an awesome browser extension that provides Twitter users with in stream image previews
Co je Previeweet?
Previeweet je rozšíření Chrome vyvinuté ggurgone, a jeho hlavní funkcí je „Previeweet is an awesome browser extension that provides Twitter users with in stream image previews“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Previeweet
Stáhněte si soubory rozšíření Previeweet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Previeweet |
ID | ioknjbncflfoefodkjodmddcpahnhkgh |
Oficiální URL | https://chromewebstore.google.com/detail/previeweet/ioknjbncflfoefodkjodmddcpahnhkgh |
Popis | Previeweet is an awesome browser extension that provides Twitter users with in stream image previews |
Velikost souboru | 20.05 KB |
Počet instalací | 693 |
Aktuální Verze | 3.0.3 |
Poslední Aktualizace | 2013-11-21 |
Datum Vydání | 2013-11-21 |
Hodnocení | 3.52/5 Celkem 27 Hodnocení |
Vývojář | ggurgone |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://previeweet.com |
URL Stránky Nápovědy | http://twitter.com/giuseppegurgone |
Podporované Jazyky | 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" } |