LaterTabs

Save for tabs for later reading

What is LaterTabs?

LaterTabs is a Chrome extension developed by https://rogeriopvl.com, and its main feature is "Save for tabs for later reading".

Extension Screenshots

screenshot

Download LaterTabs Extension CRX File

Download LaterTabs 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

                        Save your tabs for later reading. LaterTabs supports Chrome sync, so all your latertabs will be available in different computers.                    

Extension Basic Information

Name LaterTabs LaterTabs
ID alogfnakemilhfnffefhakibpphibafe
Official URL https://chromewebstore.google.com/detail/latertabs/alogfnakemilhfnffefhakibpphibafe
Description Save for tabs for later reading
File Size 775 KB
Installation Count 598
Current Version 0.1.0
Last Updated 2014-03-23
Publish Date 2014-03-23
Rating 3.57/5 Total 7 Ratings
Developer https://rogeriopvl.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaterTabs",
    "version": "0.1.0",
    "description": "Save for tabs for later reading",
    "browser_action": {
        "default_icon": "imgs\/icon128.png",
        "default_title": "LaterTabs",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "imgs\/icon48.png"
    ]
}