Retaino

App that helps you learn and retain information

Retaino là gì?

Retaino là một tiện ích mở rộng Chrome được phát triển bởi https://retaino.com, và tính năng chính của nó là "App that helps you learn and retain information".

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

screenshot

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

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

                        Remember & share the best of the web. Save, annotate, review, and share great web content. Receive smart email digests to retain key information.

Retaino helps users learn the truly thought-provoking and new concepts they come across on the web by sending automated refresher emails of saved content at the right time. Simply add a link to an interesting article or guide, and we'll send the it back to you with your notes in 2 days. After that second exposure, we send a refresher in 5 days, then 10, then 20, and in ever increasing numbers. This way, you review the content you add to Retaino at just the right time before you forget most of it.

Visit https://retaino.com for more info                    

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

Tên Retaino Retaino
ID jcmopikmojinngkiehgkbgklglcphdoc
URL Chính Thức https://chromewebstore.google.com/detail/retaino/jcmopikmojinngkiehgkbgklglcphdoc
Mô tả App that helps you learn and retain information
Kích Thước Tệp 443 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2018-06-28
Ngày Phát Hành 2018-06-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://retaino.com
Loại Thanh Toán free
Trang Web Mở Rộng https://retaino.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/square-logo-16.png",
        "128": "icons\/square-logo-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "cookies",
        "activeTab",
        "https:\/\/retaino.com\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA16ixeCxP9ulbusx+FojGwb3sDqqBtGU80X\/F3jAJfm2I3uRuuGSERL9cvXig9j7jgZKwbz342UtgdUFZOraG0EQg0cb7gHsdT7PhOx3OQp90QrorTybplLxiyWIWn+GY66azzqKKsLUwXFBzBEWs0R6UW9PE8oqDo8XRAbFS1HQbfb0AmaGZhFQD5GXMKGOH3rppLvEkNh9UppbjqGnE\/W+e1AQaDTgdmPcsJ85p6tZ0rJbSCpZG1vUUwm9hrjvbYuyddF4tTZ4lgyOx0LtF96AXlGfrovyNeimM6aBuY4P5VzfHYEeug0R79coOIQBKUImm4cMfKfLs7G6F490hUQIDAQAB",
    "browser_action": {
        "default_icon": {
            "19": "icons\/square-logo-19.png",
            "38": "icons\/square-logo-38.png"
        },
        "default_title": "Retaino",
        "default_popup": "popup.html"
    }
}