AcceleReader for Instapaper
Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more!
什么是AcceleReader for Instapaper?
AcceleReader for Instapaper是由Aditya Bhaskar开发的Chrome扩展程序,该扩展的主要功能是“Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more!”。
扩展截图
下载AcceleReader for Instapaper扩展crx文件
下载AcceleReader for Instapaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*** Improved experience on Instapaper.com (no extension login required) *** 1. Keyboard shortcuts for all common actions - archive, like, move and delete articles, change themes, switch folders, and more! ✓ Press F1 or ? to see full list of keyboard shortcuts available 2. Colour coded reading time on Instapaper.com ✓ green for quick reads, ✓ red for long reads, ✓ amber for everything in between :) *** Login to Instapaper in the extension to add even more jazz to Instapaper *** 1. AcceleReader popup: ✓ See top 20 articles from your home folder ✓ Super quick search through all articles in your home folder ✓ Open article directly in Instapaper ✓ Like, archive, move, or delete articles even when offline! 2. Use extension button to: ✓ quickly add current webpage to Instapaper ✓ open Instapaper list, or ✓ read a random article from your Instapaper list 3. Use *keyboard shortcuts* anywhere in Chrome for any of above actions 4. See count of unread articles on extension button. 5. Save articles to Instapaper when offline. Extension will automatically save them when you connect again. 6. See pages already in your list - extension icon turns red if a webpage is already in your list. 7. Use the `Article saved` notification to read the article on Instapaper.com, or to move it to a folder. -------------------------------------------------------------- Update 04 Dec 2019: 1. Added links to AcceleReader for Android Update 13 Jun 2019: 1. Added a refresh button to extension popup 2. Minor background code updates Update 07 May 2019: 1. Added setting to disable notifications when articles are added 2. Removed donation links (beginning of end of active development) Update 13 Oct 2018: 1. Instaread - Save a page, and open it immediately in Instapaper for reading - Available from right-clicking the extension button 2. Lots of behind the scene code changes. Apologies if anything breaks! Update 4 Oct 2018: 1. Instaread - Save a page, and open it immediately in Instapaper for reading - Set up custom keyboard shortcut to add current page and open for reading, or - Set up right-click menu item to save a page or link, and open it for reading -------------------------------------------------------------- Disclaimer: This is an unofficial, 3rd party extension. It uses the Instapaper API, but has no commercial affiliation with Instapaper.
扩展基本信息
名称 | |
ID | aaiicdnkfldglpocbdlihoepjfkjplda |
官方URL | https://chromewebstore.google.com/detail/accelereader-for-instapap/aaiicdnkfldglpocbdlihoepjfkjplda |
简介 | Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more! |
文件大小 | 234 KB |
安装次数 | 930 |
当前版本 | 4.20.2 |
更新时间 | 2020-01-22 |
上架时间 | 2020-01-22 |
评分 | 4.14/5 共14次评分 |
开发者 | Aditya Bhaskar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://c306.net/apps#ariCard |
帮助页面URL | https://docs.google.com/forms/d/1Io6iamQ5Xlw7FoaffRo_tpGPfw_9GvtT4BaAk7wx3UE/viewform?entry.1545185881=AcceleReader+-+Power+up+your+Pocket+experience&entry.1097111967&entry.1652780603&entry.1210432706=When+I%27ve+got+nothing+else+to+do&entry.1609176506&entry.1997047510=Email+me+when+this+issue+is+resolved |
隐私政策页面URL | https://c306.net/apps/privacy/all-chrome |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2020.121.4.20", "version_name": "4.20.2", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "manifest_version": 2, "minimum_chrome_version": "49", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjqdckULaPbEEtp9mep8h715no360Jz2mIRwKMObNVq724qraLWcyg\/RG+UzkIimWZ6E2TEU6VJpAPVZtwtjzvi\/Ajf4keLMeIwSEfBhlO5OyvPxOYygYfrnuoqOQIH3Oc3Dv3Ce7mzu00rFKdw\/wQJ1oV+4AcpMc3oGTHMWU1zGJ++aLUDJk20cXcKcxpvz8mrp5YZHozCxBNupiLAsgTxSJX7BnT5FoUNP13WPZoBszCyKvv2dazef5jZLjxGpjhFJ+4APQDyhybN8FQI7fUDQDS1OHwpj+YN2RCQlrL3Is3TjxTi2uFPlqZFCZyp2Bp7BIOdYPrQ8hAFAYO0yMTwIDAQAB", "icons": { "16": "img\/icons\/ic_iar_16.png", "48": "img\/icons\/ic_iar_48.png", "128": "img\/icons\/ic_iar_128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/ls.js", "js\/constants.js", "js\/ext\/jquery-3.3.1.min.js", "js\/ext\/sha1.js", "js\/utils.js", "js\/instapaper.js", "js\/bgscript.js" ] }, "browser_action": { "default_icon": { "16": "img\/icons\/ic_iar_signedout_16.png", "24": "img\/icons\/ic_iar_signedout_24.png", "32": "img\/icons\/ic_iar_signedout_32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "options_page": "options.html", "optional_permissions": [ "clipboardRead", " |