Read Later Box

Read Later Box

Wat is Read Later Box?

Read Later Box is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Read Later Box".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Read Later Box

Download Read Later Box-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Read Later Box is a Chrome extension for easily Store links by drag and drop.

  

This extension allows you to save a page for later reading.

You can DragDrop a link to Read Later Box.




Sync--------------------------------------
 Using Bookmarks
 Minimum Chrome Version 38                    

Basisinformatie over de Extensie

Naam Read Later Box Read Later Box
ID gmnimllnkdakojkiejmmgfjapmhngahl
Officiële URL https://chromewebstore.google.com/detail/read-later-box/gmnimllnkdakojkiejmmgfjapmhngahl
Beschrijving Read Later Box
Bestandsgrootte 186 KB
Aantal Installaties 93
Huidige Versie 2.8
Laatst Bijgewerkt 2015-05-05
Publicatiedatum 2015-05-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kunihiro Ando
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Later Box",
    "version": "2.8",
    "description": "Read Later Box",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Read Later Box",
        "default_popup": "popup.html"
    },
    "commands": {
        "myCommandREADLATER": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Send add read command"
        }
    },
    "web_accessible_resources": [
        "menu.png",
        "stack.html",
        "popup.html",
        "iframe.html"
    ],
    "content_security_policy": "script-src 'self';img-src *; frame-src *; object-src 'self'",
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        "bookmarks"
    ]
}