LaterList

Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.

Co to jest LaterList?

LaterList to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LaterList

Pobierz pliki rozszerzeń LaterList 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 LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
Oficjalny URL https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Opis Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Rozmiar pliku 29.85 KB
Liczba instalacji 27
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2014-07-13
Data Publikacji 2014-07-13
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaterList",
    "description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.",
    "version": "0.9",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}