Urban Dictionary Instant Word Lookup
Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
Urban Dictionary Instant Word Lookup là gì?
Urban Dictionary Instant Word Lookup là một tiện ích mở rộng Chrome được phát triển bởi Alireza Ghasemi, và tính năng chính của nó là "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.".
Ả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 Instant Word Lookup
Tải xuống các tệp mở rộng Urban Dictionary Instant Word Lookup 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Urban Dictionary Instant Word Lookup |
ID | iphhinkkgcndibcnabdcfcianhebblmb |
URL Chính Thức | https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb |
Mô tả | Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened. |
Kích Thước Tệp | 160 KB |
Số Lần Cài Đặt | 825 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2015-02-09 |
Ngày Phát Hành | 2015-02-09 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Alireza Ghasemi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Dictionary Instant Word Lookup", "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.", "version": "0.0.9", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.mobile-1.4.5.min.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "UrbanDictionary Lookup", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Lookup in Urban Dictionary", "default_popup": "popup.html" } } |