Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Wat is Reading?
Reading is een Chrome-extensie ontwikkeld door https://reading.am, en de belangrijkste functie is "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reading
Download Reading-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | npjdbbeldblbjenemjdeplmlaieifjhk |
| Officiële URL | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
| Beschrijving | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
| Bestandsgrootte | 20.51 KB |
| Aantal Installaties | 153 |
| Huidige Versie | 1.1.5 |
| Laatst Bijgewerkt | 2014-03-19 |
| Publicatiedatum | 2014-03-19 |
| Beoordeling | 4.73/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://reading.am |
| Betalingswijze | free |
| Extensiewebsite | http://www.reading.am |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |