Text emoticons
Set of text emoticons for important negotiations.
Text emoticons là gì?
Text emoticons là một tiện ích mở rộng Chrome được phát triển bởi https://oleg.ninja, và tính năng chính của nó là "Set of text emoticons for important negotiations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Text emoticons
Tải xuống các tệp mở rộng Text emoticons 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
There are two ways to use it: * Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately. * Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Text emoticons |
ID | edbdmlapnodebdekiekhmeokboihmong |
URL Chính Thức | https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong |
Mô tả | Set of text emoticons for important negotiations. |
Kích Thước Tệp | 45.71 KB |
Số Lần Cài Đặt | 1,275 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2016-02-29 |
Ngày Phát Hành | 2016-02-28 |
Đánh Giá | 4.48/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://oleg.ninja |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://oleg.ninja/text-emoticons/ |
URL Trang Chính Sách Bảo Mật | https://developer.chrome.com/webstore/program_policies |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "3", "description": "__MSG_extDescription__", "minimum_chrome_version": "28", "icons": { "32": "images\/icon32.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs", "clipboardWrite", "notifications", "*:\/\/*\/*" ], "commands": { "show-layer": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "__MSG_commandDescription__" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/vendor\/jquery-2.1.3.min.js", "js\/smiles.js", "js\/box.js" ], "css": [ "css\/text-enjoy.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": "images\/icon32.png", "default_popup": "views\/popup.html" }, "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/" } |