Previeweet
Previeweet is an awesome browser extension that provides Twitter users with in stream image previews
Previeweetとは何ですか?
Previeweetはggurgoneによって開発されたChromeの拡張機能で、その主な機能は「Previeweet is an awesome browser extension that provides Twitter users with in stream image previews」です。
拡張機能のスクリーンショット
Previeweet拡張機能のCRXファイルをダウンロード
Previeweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Previeweet |
ID | ioknjbncflfoefodkjodmddcpahnhkgh |
公式URL | https://chromewebstore.google.com/detail/previeweet/ioknjbncflfoefodkjodmddcpahnhkgh |
説明 | Previeweet is an awesome browser extension that provides Twitter users with in stream image previews |
ファイルサイズ | 20.05 KB |
インストール数 | 693 |
現在のバージョン | 3.0.3 |
最終更新日 | 2013-11-21 |
公開日 | 2013-11-21 |
評価 | 3.52/5 合計 27 レビュー |
開発者 | ggurgone |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://previeweet.com |
ヘルプページのURL | http://twitter.com/giuseppegurgone |
対応言語 | 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" } |