AcceleReader for Instapaper
Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more!
What is AcceleReader for Instapaper?
AcceleReader for Instapaper is a Chrome extension developed by Aditya Bhaskar, and its main feature is "Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more!".
Extension Screenshots
Download AcceleReader for Instapaper Extension CRX File
Download AcceleReader for Instapaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*** 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.
Extension Basic Information
Name | AcceleReader for Instapaper |
ID | aaiicdnkfldglpocbdlihoepjfkjplda |
Official URL | https://chromewebstore.google.com/detail/accelereader-for-instapap/aaiicdnkfldglpocbdlihoepjfkjplda |
Description | Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more! |
File Size | 234 KB |
Installation Count | 930 |
Current Version | 4.20.2 |
Last Updated | 2020-01-22 |
Publish Date | 2020-01-22 |
Rating | 4.14/5 Total 14 Ratings |
Developer | Aditya Bhaskar |
[email protected] | |
Payment Type | free |
Extension Website | https://c306.net/apps#ariCard |
Help Page 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 |
Privacy Policy Page URL | https://c306.net/apps/privacy/all-chrome |
Supported Languages | 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", " |