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.”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| ID | npjdbbeldblbjenemjdeplmlaieifjhk |
| 官方URL | 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:\/\/*\/*"
]
}
]
} | |