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!
拡張機能の基本情報
名前 | Reading |
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:\/\/*\/*" ] } ] } |