Urban Dictionary Search

Search definitions of words quickly on urbandictionary

Urban Dictionary Searchとは何ですか?

Urban Dictionary Searchはhttp://thesnoopybub.comによって開発されたChromeの拡張機能で、その主な機能は「Search definitions of words quickly on urbandictionary」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Urban Dictionary Search拡張機能のCRXファイルをダウンロード

Urban Dictionary Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *PS- Update to latest version 1.5 to have a bug-free experience*

Let's you quickly search definitions of words on urbandictionary.com. Just click on the icon(should be seen near the address bar) and a popup appears where the word can be entered and the top definition(s) and corresponding usage(s) are loaded into the popup.There is also a link to the corresponding page on urbandictionary.com for detailed definition(s) and usags(s) of the entered word.

There are 3 ways in which you can search for a word on urban dictionary using this extension:
1. Click on the popup and enter the search query.
2. Select the word you want to look up and press the extension icon to load the results in the popup.
3. Rightclick after the word selection, you should see an option in the context menu that says "Search (whatever word you selected) on Urban dictionary. Clicking on that item, opens up the urban dictionary link for that word definition in a new tab.

*Of course,you can always use the omnibox search functionality provided by urbandictionary.com itself. Just type in "urbandictionary.com" and press the "Tab" key. You should be able to search for words directly from the search bar then.

PS: If you are on an older version, please update to the latest version 1.3 to resolve the popup bug i.e getting an error in the popup on every search.

Enjoy using the extension :)

Changelog
===========

I need to update the extension whenever the guys @ urbandicitonary update their website. If you feel that they have and the extension isn't working for you, it'll be a big help if you report the bug which will help me track it down and keep providing you a pleasant experience :)

version 0.1.0.0 - Fixed bug where the popup gave an error that "Your internet might be down or the *term* is not defined yet".

version 1.1, 1.2, 1.3 - The web page @ urbandictionary.com got revamped. I have updated the extension to take care of the changes pushed.  

version 1.4 - Yahoo scrapped the search tool I employed for the extension and I have updated it to obviate the issue.

version 1.5 - Shifted to a stable API for fetching definitions from Urban dictionary.                    

拡張機能の基本情報

名前 Urban Dictionary Search Urban Dictionary Search
ID ajppomgedpkjjilnlilobnedhapkiolk
公式URL https://chrome.google.com/webstore/detail/urban-dictionary-search/ajppomgedpkjjilnlilobnedhapkiolk
説明 Search definitions of words quickly on urbandictionary
ファイルサイズ 43.16 KB
インストール数 10,000
現在のバージョン 1.5
最終更新日 2017-10-29
公開日 2017-10-29
評価 3.86/5 合計 66 レビュー
開発者 http://thesnoopybub.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Search",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Search definitions of words quickly on urbandictionary",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/event.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}