Reading

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

什麼是Reading?

Reading是由https://reading.am開發的Chrome擴展程式,該擴展的主要功能是“Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.”。

擴展截圖

screenshot

下載Reading擴展crx文件

下載Reading擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
官方網址 https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
簡介 Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
檔案大小 20.51 KB
安裝次數 153
目前版本 1.1.5
更新時間 2014-03-19
上架時間 2014-03-19
評分 4.73/5 共 11 次評分
開發者 https://reading.am
付費類型 free
擴展官網 http://www.reading.am
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}