Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
What is Reading?
Reading is a Chrome extension developed by https://reading.am, and its main feature is "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Extension Screenshots
Download Reading Extension CRX File
Download Reading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Reading |
ID | npjdbbeldblbjenemjdeplmlaieifjhk |
Official URL | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
Description | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
File Size | 20.51 KB |
Installation Count | 153 |
Current Version | 1.1.5 |
Last Updated | 2014-03-19 |
Publish Date | 2014-03-19 |
Rating | 4.73/5 Total 11 Ratings |
Developer | https://reading.am |
Payment Type | free |
Extension Website | http://www.reading.am |
Supported Languages | 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:\/\/*\/*" ] } ] } |