LaterList

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

Apa itu LaterList?

LaterList adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LaterList

Unduh file ekstensi LaterList dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
URL Resmi https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
Deskripsi Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Ukuran File 29.85 KB
Jumlah Instalasi 27
Versi Saat Ini 0.9
Terakhir Diperbarui 2014-07-13
Tanggal Publikasi 2014-07-13
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}