Reading

Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.

Reading là gì?

Reading là một tiện ích mở rộng Chrome được phát triển bởi https://reading.am, và tính năng chính của nó là "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

Ả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 Reading

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

                        Super goodness for use with Reading | http://www.reading.am. Includes oft requested context menu support (right mouse click) for posting images, etc. So much convenience! Hurray!                    

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

Tên Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
URL Chính Thức https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
Mô tả Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Kích Thước Tệp 20.51 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2014-03-19
Ngày Phát Hành 2014-03-19
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://reading.am
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reading.am
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading",
    "version": "1.1.5",
    "description": "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.",
    "icons": {
        "16": "shared\/icon16.png",
        "48": "shared\/icon48.png",
        "128": "shared\/icon128.png"
    },
    "background": {
        "page": "shared\/background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Post this page to Reading",
        "default_icon": "shared\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "shared\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}