Twitter Roulette
This extension allows to select a random tweet from a sample search.
Twitter Rouletteとは何ですか?
Twitter Rouletteはicolomaによって開発されたChromeの拡張機能で、その主な機能は「This extension allows to select a random tweet from a sample search.」です。
拡張機能のスクリーンショット
Twitter Roulette拡張機能のCRXファイルをダウンロード
Twitter Roulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do a lottery and pick a random tweet based on your search criteria, useful for IT events and promotions. This extension requires a Twitter API key. Developed in 48h, battle-tested at Codemotion Spain. The Twitter API does not serve proper CORS headers, so in order to do this without a server, it had to be packaged as a Chrome Extension. This project is open source, and the source code is available at https://github.com/icoloma/twitter-roulette
拡張機能の基本情報
名前 | Twitter Roulette |
ID | jidffkpleipkoohdmdjabocmehcemifm |
公式URL | https://chromewebstore.google.com/detail/twitter-roulette/jidffkpleipkoohdmdjabocmehcemifm |
説明 | This extension allows to select a random tweet from a sample search. |
ファイルサイズ | 397 KB |
インストール数 | 26 |
現在のバージョン | 1.1 |
最終更新日 | 2014-11-13 |
公開日 | 2014-11-13 |
開発者 | icoloma |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Roulette", "description": "This extension allows to select a random tweet from a sample search.", "version": "1.1", "permissions": [ "https:\/\/api.twitter.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |