Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Apa itu Reading?
Reading adalah ekstensi Chrome yang dikembangkan oleh https://reading.am, dan fitur utamanya adalah "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reading
Unduh file ekstensi Reading dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Reading |
ID | npjdbbeldblbjenemjdeplmlaieifjhk |
URL Resmi | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
Deskripsi | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
Ukuran File | 20.51 KB |
Jumlah Instalasi | 153 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2014-03-19 |
Tanggal Publikasi | 2014-03-19 |
Penilaian | 4.73/5 Total 11 Penilaian |
Pengembang | https://reading.am |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.reading.am |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |