Read Later - save tab and read later

An easy way to save a tab and revisit it later

Co to jest Read Later - save tab and read later?

Read Later - save tab and read later to rozszerzenie Chrome opracowane przez lx223, a jego główną funkcją jest „An easy way to save a tab and revisit it later”.

Pobierz plik CRX rozszerzenia Read Later - save tab and read later

Pobierz pliki rozszerzeń Read Later - save tab and read later w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Read Later - save tab and read later Read Later - save tab and read later
ID eimchnaiimdmfefpplagekjgigbjmohd
Oficjalny URL https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd
Opis An easy way to save a tab and revisit it later
Rozmiar pliku 97.08 KB
Liczba instalacji 21
Aktualna Wersja 0.2.4
Ostatnia Aktualizacja 2015-10-14
Data Publikacji 2015-10-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper lx223
Typ Płatności free
Strona Rozszerzenia https://github.com/lx223/read-later
Adres URL Strony Pomocy https://github.com/lx223/read-later-chrome-extension/issues
Obsługiwane Języki 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"
}