okdice
kdice tools
okdiceคืออะไร?
okdice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muddylemon และคุณลักษณะหลักของมันคือ "kdice tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย okdice
ดาวน์โหลดไฟล์ส่วนขยาย okdice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Okdice is a set of tools for players of the online strategy game kDice. Okdice includes features such as flagging buttons, chat buttons, an auto-end-turn button, an improved table selector and several theme improvements. These are the currently implemented features: Chat Buttons Configurable buttons that "say" common phrases like gg, gt, thank you, etc Choose your own phrases on the options page Links are *clickable* in chat The links open in a new tab Long urls are truncated to avoid breaking the chat box Table Selector Change tables with a single click Optionally, sit in to the new table immediately upon arriving at the table Flag Buttons Buttons that looks like flags of the appropriate colors Clicking it says "Flag [color]" Flag is highlighted to remind you who you flagged Player Buttons Flag and Mute a player with a click Visible when you mouseover a player Configurable Theming Optionally hide the header of the page to give more room for the board Color the players info boxes Embiggening of the chat text These are the features that are ready for the next release: Local storage of user accounts Switch accounts with the click of a button Chat History Save and scroll through your chat history Chat Bubbles have chat statements appear in bubbles over the speakers before fading out Keyboard shortcuts Focus chat on keyboard shortcut (c?) End turn Flag (1,2,3... ) Highlight your turn in tab Favicon alert Tab title changes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | okdice |
ID | kpneanfianllkhblmddglckbanoifamb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/okdice/kpneanfianllkhblmddglckbanoifamb |
คำอธิบาย | kdice tools |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.0.28 |
อัปเดตครั้งล่าสุด | 2016-03-18 |
วันที่เผยแพร่ | 2016-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | muddylemon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://muddylemon.github.io/okdice |
URL หน้าช่วยเหลือ | https://github.com/muddylemon/okdice/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "permissions": [ "storage" ], "version": "0.0.28", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "options.html" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/kdice.com\/*", "https:\/\/kdice.com\/*", "http:\/\/*.kdice.com\/*", "https:\/\/*.kdice.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/underscore\/underscore.js", "bower_components\/backbone\/backbone.js", "bower_components\/Autolinker.js\/dist\/Autolinker.js", "bower_components\/bacon\/dist\/Bacon.js", "scripts\/okdice.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |