PeRoos

Making studying elementary. (With IBM Watson)

PeRoos là gì?

PeRoos là một tiện ích mở rộng Chrome được phát triển bởi parthms, và tính năng chính của nó là "Making studying elementary. (With IBM Watson)".

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

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

                        With an input link, this chrome extension provides a concise summary of the contents of the page with relevant Wikipedia links and Ted Talks. Next, we will add the feature of being able to record lectures and being able to drag and drop in audio files to be summarized quickly along with key concepts, summaries, wikipedia articles and relevant Ted Talks. We hope to make this a very useful extension for students and for anyone who wants to summarize any link.                    

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

Tên PeRoos PeRoos
ID dclaneicmfmileajnjlfojepkmimcefd
URL Chính Thức https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd
Mô tả Making studying elementary. (With IBM Watson)
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-04-04
Ngày Phát Hành 2016-04-04
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển parthms
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": "PeRoos",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Making studying elementary. (With IBM Watson)",
    "browser_action": {
        "default_icon": {
            "19": "image.png"
        },
        "default_title": "PeRoos",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}