WebExtension.net
Toggle dark mode
WebExtension.net

AcceleReader for Instapaper

View on Chrome Web Store
View AcceleReader for Instapaper Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (14 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Boost your Instapaper - unread count, offline add, keyboard shortcuts, compact layout and more!
Type
Extension
Users
703 users
6
Aditya Bhaskar
View author page of Aditya Bhaskar
Published
Published on November 16, 2016
Version 2020.121.4.20
Manifest version
2
Updated
Updated on January 22, 2020
productivity/workflow
Extension Category
View on Chrome Web Store
View AcceleReader for Instapaper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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",
        "<all_urls>"
    ],
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "https:\/\/www.instapaper.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instapaper.com\/*"
            ],
            "css": [
                "css\/iar.css",
                "css\/iar_timetags.css"
            ],
            "js": [
                "js\/ext\/jquery-3.3.1.min.js",
                "js\/constants.js",
                "js\/keycodes.js",
                "js\/ls.js",
                "js\/iar.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.instapaper.com\/notes*"
            ],
            "css": [
                "css\/iar_notes.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.instapaper.com\/read\/*"
            ],
            "css": [
                "css\/iar_wide_reading.css"
            ]
        }
    ],
    "commands": {
        "addPageToList": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Add page to Instapaper"
        },
        "addPageToFolder": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Custom command - configure in options"
        },
        "showList": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Open Instapaper"
        },
        "openRandom": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Read a randomly selected article from your list"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top