Find sentence examples

Search for sentence examples of the selected text

Find sentence examples là gì?

Find sentence examples là một tiện ích mở rộng Chrome được phát triển bởi Quy Nguyen, và tính năng chính của nó là "Search for sentence examples of the selected text".

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

screenshot
screenshot

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

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

                        Search for sentence examples of the selected text                    

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

Tên Find sentence examples Find sentence examples
ID ghoefpijelienlldlkgnlgihkjgdllok
URL Chính Thức https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok
Mô tả Search for sentence examples of the selected text
Kích Thước Tệp 44.53 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-01-01
Ngày Phát Hành 2018-01-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Quy Nguyen
Email [email protected]
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": "Find sentence examples",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Search for sentence examples of the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "your_dictionary.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}