Read Later for Hacker News
Simple and intuitive way of saving Hacker News stories to read later. Supports Pocket and Instapaper as Reading Later services.…
什麼是Read Later for Hacker News?
Read Later for Hacker News是由Julian Santa Ana開發的Chrome擴展程式,該擴展的主要功能是“Simple and intuitive way of saving Hacker News stories to read later. Supports Pocket and Instapaper as Reading Later services.…”。
擴展截圖
下載Read Later for Hacker News擴展crx文件
下載Read Later for Hacker News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple and intuitive way of saving Hacker News stories to read later. Supports Pocket and Instapaper as Reading Later services. Simply install this extension and head over to Hacker News to see a new added function right next to the comments' count that says Read Later, click on it and the story will be automatically saved to your Pocket or Instapaper account for you to read when you want. It will also add automatically tags to it so that you can find your HackerNews stories more easily.
擴展基本資訊
名稱 | Read Later for Hacker News |
ID | kcfdkmoconldndmnipphejclfmajmanc |
官方網址 | https://chromewebstore.google.com/detail/read-later-for-hacker-new/kcfdkmoconldndmnipphejclfmajmanc |
簡介 | Simple and intuitive way of saving Hacker News stories to read later. Supports Pocket and Instapaper as Reading Later services.… |
檔案大小 | 253 KB |
安裝次數 | 27 |
目前版本 | 1.0 |
更新時間 | 2014-06-16 |
上架時間 | 2014-06-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Julian Santa Ana |
付費類型 | free |
說明頁面URL | http://me.juliann.com.ar |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later for Hacker News", "description": "", "version": "1.0", "icons": { "128": "icon128.png" }, "manifest_version": 2, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "js": [ "jquery-1.11.0.min.js", "dontforgetyourkeys.js", "hnreadlater.js" ] } ], "permissions": [ "https:\/\/getpocket.com\/v3\/oauth\/request", "https:\/\/getpocket.com\/v3\/oauth\/authorize", "https:\/\/getpocket.com\/v3\/add", "https:\/\/www.instapaper.com\/api\/authenticate", "https:\/\/www.instapaper.com\/api\/add" ], "web_accessible_resources": [ "welcome.html" ] } |