LaterList

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

ما هو LaterList؟

LaterList هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LaterList

قم بتنزيل ملفات الامتداد LaterList بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم LaterList LaterList
ID ocaejnkpadbhiohieanbocfdpdhfhknd
عنوان URL الرسمي https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd
الوصف Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
حجم الملف 29.85 KB
عدد التثبيتات 27
النسخة الحالية 0.9
آخر تحديث 2014-07-13
تاريخ النشر 2014-07-13
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
    }
}