Twitter Roulette

This extension allows to select a random tweet from a sample search.

Twitter Roulette là gì?

Twitter Roulette là một tiện ích mở rộng Chrome được phát triển bởi icoloma, và tính năng chính của nó là "This extension allows to select a random tweet from a sample search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Roulette

Tải xuống các tệp mở rộng Twitter Roulette dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Roulette Twitter Roulette
ID jidffkpleipkoohdmdjabocmehcemifm
URL Chính Thức https://chromewebstore.google.com/detail/twitter-roulette/jidffkpleipkoohdmdjabocmehcemifm
Mô tả This extension allows to select a random tweet from a sample search.
Kích Thước Tệp 397 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-11-13
Ngày Phát Hành 2014-11-13
Nhà Phát Triển icoloma
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}