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.”。

扩展截图

screenshot
screenshot

下载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 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"
}