Urban Dictionary Quick Search
Quickly search for a term on UrbanDictionary.com.
什么是Urban Dictionary Quick Search?
Urban Dictionary Quick Search是由Aleks Beer开发的Chrome扩展程序,该扩展的主要功能是“Quickly search for a term on UrbanDictionary.com.”。
扩展截图
下载Urban Dictionary Quick Search扩展crx文件
下载Urban Dictionary Quick Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension which will quickly search Urban Dictionary for the text you have selected.
扩展基本信息
名称 | |
ID | opojjbnfbbaeeihooihdhfjhiebmhlom |
官方URL | https://chrome.google.com/webstore/detail/urban-dictionary-quick-se/opojjbnfbbaeeihooihdhfjhiebmhlom |
简介 | Quickly search for a term on UrbanDictionary.com. |
文件大小 | 43.69 KB |
安装次数 | 60 |
当前版本 | 1.0.1 |
更新时间 | 2014-06-17 |
上架时间 | 2014-06-17 |
开发者 | Aleks Beer |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urban Dictionary Quick Search", "version": "1.0.1", "description": "Quickly search for a term on UrbanDictionary.com.", "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "16": "img\/icon-16.png" }, "background": { "scripts": [ "jquery.min.js", "event.js" ], "persistent": false }, "browser_action": { "default_title": "Urban Dictionary Quick Search", "default_icon": "img\/icon-64.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |