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 |
官方網址 | 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" } |