PonyTown Plugin
Add Emoji Shortcut to the Pony.Town Game
PonyTown Pluginとは何ですか?
PonyTown PluginはKvByteによって開発されたChromeの拡張機能で、その主な機能は「Add Emoji Shortcut to the Pony.Town Game」です。
拡張機能のスクリーンショット
PonyTown Plugin拡張機能のCRXファイルをダウンロード
PonyTown Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WARNING: Sorry guys, I'm now leaving the plugin aside to help with Pony.Town custom servers. But rest assured that I intend to put the same functions of this plugin on these servers officially and no longer as a complement. I will no longer be giving great support to the plugin, but you can call me yet if need something. Best regards KvByte (October 2019) - - - - - This non-official PonyTown plugin allows you quickly add faces to your PT text bar, clicking on a list or with keyboard shortcuts.There is a section for creating and storing new faces and actions, and you can make your very own personalized button with text snippets so as to quickly send messages. In addition to being able to save and share your favorite emotes, it shows a list of the last emotes used, and you can adjust the position of saved items by clicking and dragging them, same is true for the last used emoji. It's a beta application and nowadays I'm a hobbyist programmer, I would be very glad if you can rate and comment on some possible bugs, suggestions are welcomed as well! Many thanks and have fun!!! - KvByte _______________________________________________ Firefox and Firefox Mobile for Android: https://addons.mozilla.org/pt-BR/firefox/addon/ponytownplugin/ _______________________________________________ Updates OBS OLD: I'm studying a lot of new things, soon I will redesign the plugin in a 4.0 version and make it easier to use and with some very different things I want to put. If you have any suggestions this is the right time, comment on the plugin for me! ;D 3.0.3.0 - Added /egg , :egg: and :thinking: - Perform more than one action with the same shortcut (example: do "/magic" and "9w9" at the same time with the "M" shortcut) - Pluggin adjusted for display correctly in mobile browsers "Yandex Browser" and "Kiwi Browser", some adjustments still needed - Balloon position adjustment with chatlog and actions - Face add "QwQ" - Various adjustments to Firefox mobie 3.0.0.0 - New PonyTown Emojis added - New PonyTown command buttons added - Emojis Shortcuts Implemented - Performace and usability of the Shortcuts - at the maximum speed allowed by PonyTown (sequence of the first two 400ms, remaining 600ms, before a pause in the sending) - Shortcuts adjustment for different types of emoji - Works on Firefox - Works on Firefox Mobile - Adjust effects to run on mobile phones - LongTap turns right mouse button (thinking on mobile) - Command buttons (Fullscreen and F4, thinking mobile) - Mobile Buttons - Scale, Opacity and Position of Mobile Button - Emoji editing mode, being able to edit the emoji itself, the shortcut of it, and the methods that it can be sent - Export and import Emojis with JSON - Floating comments across all settings (mouse hover only) - Help texts in empty sections - New hover visual in emojis - New Buttons visual - Dimensions of the balloon can be changed by dragging the corner - Added reset button - About page added - Function of adding emojis through chatbox to "Last Emojis Used" improved - Adding emojis in the chatbox respects the position of the text cursor - Written text does not delete even sending emojis automatically - Enhanced Auto Send - Click out the balloon (of this plugin) closes it - Small errors corrected - General code optimization 2.9.9.2 - change theme light to dark section add emoji - added several emoji writing equivalents - bug fixes 2.9.9.1 - add to last emojis according to writing in chat - more emoji characters - several emojis with only one character in size 2.9.8 -"Auto Send" implanted (only chrome, needs deactivation on firefox) -Save changes in the chrome user -Push mode of emoji according to the text cursor - random number icon change -Bug Fixes 2.9.6.3 -Transparency in the balloon of adding emojis -Bug Fixes 2.9.6 - Right button in the creation of emojis send to direct chat -Swipe for mobile devices in tab navigation 2.9.5 -Some configurations added to plugin 2.9.0.2 -Some bug fixes to firefox 2.9 -Record on browser history of changes in 'My Emotion' section -Add recent emojis -Smatphone screen compatible 'add emoji' menu 2.7.3.2 -Adjust pop-up position adjustment of emojis -Setting display of some icons 2.7.1 -Organization of My Emotion with both toutch and mouse - Enabled the creation of custom emoji and buttons -General button adjustments 2.5 -Generalization of all buttons for ease of addition 2.3 -Addition of buttons 2.0 -Addition of faces 1.0 -Emojis list
拡張機能の基本情報
名前 | |
ID | joafflhlecidicnkeicmchbpjedbcdhk |
公式URL | https://chrome.google.com/webstore/detail/ponytown-plugin/joafflhlecidicnkeicmchbpjedbcdhk |
説明 | Add Emoji Shortcut to the Pony.Town Game |
ファイルサイズ | 565 KB |
インストール数 | 737 |
現在のバージョン | 3.0.3.1 |
最終更新日 | 2019-11-19 |
公開日 | 2019-11-19 |
評価 | 3.76/5 合計 17 レビュー |
開発者 | KvByte |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PonyTown Plugin", "short_name": "PonyTown Plugin", "manifest_version": 2, "version": "3.0.3.1", "description": "Add Emoji Shortcut to the Pony.Town Game", "permissions": [ "tabs", "activeTab", "storage" ], "web_accessible_resources": [ "data\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.pony.town\/*", "file:\/\/\/*\/Po*Town.html", "file:\/\/\/*po*.town\/index.html" ], "css": [ "css.css" ], "js": [ "jquery.min.js", "jquery.migrate.js", "jquery.mobile.custom.min.js", "draggabilly.pkgd.min.js", "js-sortable.js", "js-jquery-sortable.js", "interact.min.js", "jq-attrchange.js", "js.js" ] } ] } |