Read Later - save tab and read later

An easy way to save a tab and revisit it later

Hvad er Read Later - save tab and read later?

Read Later - save tab and read later er en Chrome-udvidelse udviklet af lx223, og dens hovedfunktion er "An easy way to save a tab and revisit it later".

Download Read Later - save tab and read later-udvidelses-CRX-fil

Download Read Later - save tab and read later-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Read Later - save tab and read later Read Later - save tab and read later
ID eimchnaiimdmfefpplagekjgigbjmohd
Officiel URL https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd
Beskrivelse An easy way to save a tab and revisit it later
Filstørrelse 97.08 KB
Antal Installationer 21
Nuværende Version 0.2.4
Senest Opdateret 2015-10-14
Udgivelsesdato 2015-10-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler lx223
Betalingsmetode free
Udvidelseswebsted https://github.com/lx223/read-later
Hjælpeside-URL https://github.com/lx223/read-later-chrome-extension/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Later - save tab and read later",
    "short_name": "Read Later",
    "description": "An easy way to save a tab and revisit it later",
    "version": "0.2.4",
    "minimum_chrome_version": "35",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/storage.js",
            "js\/contextMenu.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon38_active.png",
        "default_title": "Read Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "commands": {
        "read-later": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "A quick way to save&close current tab to read later"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "chrome:\/\/favicon\/*",
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmTPV8n\/mL02J7uIv6FNkDRYKXwr96R3w8VhnaihNHQD3WhdapLv2ApUhHMSXRN\/YYhBFyN1mzHPa4d3YFv7\/AjiSTVlay9xhZGkwm4m9aw23ddkPGYDFRx5o78f\/TfKB3GkqdoQKQB7v6+raAUfYyHZ+OFPgoRsXujDODKMYi7+aOTD4yrkPlPjgGFTGVkHswttbdwbEF9YVptbOAlJNYJUZ509jzTqiW9z9PazMwkbH5dRf5lgob3hRE0+DbUsFS0e7CZ\/CJ95q4\/zHckd4kpM8V5yQwIw+shKx1uCxCqVXocHie2Ht5a5jt5xfT0b4woMUZj3T9wsSbepT5\/DHNQIDAQAB"
}