Twitter Roulette
This extension allows to select a random tweet from a sample search.
Twitter Rouletteคืออะไร?
Twitter Roulette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย icoloma และคุณลักษณะหลักของมันคือ "This extension allows to select a random tweet from a sample search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Roulette
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |