Urbansaurus

Urban Definations within Google

Urbansaurus là gì?

Urbansaurus là một tiện ích mở rộng Chrome được phát triển bởi http://jajoosam.tech, và tính năng chính của nó là "Urban Definations within Google".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Urbansaurus

Tải xuống các tệp mở rộng Urbansaurus 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

                        Urbansaurus adds an urban dictionary widget to google search pages.

If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications.

Github: https://github.com/jajoosam/urbansaurus                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
URL Chính Thức https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
Mô tả Urban Definations within Google
Kích Thước Tệp 88.38 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-07-27
Ngày Phát Hành 2019-07-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://jajoosam.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jajoosam/urbansaurus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Urbansaurus",
    "version": "2.0",
    "description": "Urban Definations within Google",
    "icons": {
        "240": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "material.min.css",
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*"
            ]
        }
    ]
}