Urban Dictionary Now
Allows a user to easily search Urban Dictionary with one click.
Urban Dictionary Now là gì?
Urban Dictionary Now là một tiện ích mở rộng Chrome được phát triển bởi Matt Levine, và tính năng chính của nó là "Allows a user to easily search Urban Dictionary with one click.".
Ả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 Urban Dictionary Now
Tải xuống các tệp mở rộng Urban Dictionary Now 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
This Chrome extension uses the contextMenus API to make searching Urban Dictionary as easy as one click. To use highlight a word or phrase you would like to search for and right click to open the chrome context menu. Select the "Search Urban Dictionary for 'foobar'" option in the menu. A new tab will open with the search results.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Urban Dictionary Now |
ID | golbngjhpfdobdopaebpdofbmhghfkpm |
URL Chính Thức | https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm |
Mô tả | Allows a user to easily search Urban Dictionary with one click. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 977 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2015-01-26 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Matt Levine |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.mtlevine0.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Urban Dictionary Now", "version": "0.2.2", "description": "Allows a user to easily search Urban Dictionary with one click.", "icons": { "128": "icon128.png" }, "author": "Matt Levine", "offline_enabled": false, "minimum_chrome_version": "88", "permissions": [ "contextMenus" ], "background": { "service_worker": "bundle.js", "type": "module" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Urban Dictionary Now" } } |