Taberang

Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

ما هو Taberang؟

Taberang هو إضافة Chrome تم تطويرها بواسطة Nicky Hajal، والميزة الرئيسية لها هي "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!".

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

screenshot

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

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

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

                        Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

v 0.1
===
- Tell a tab to re-open in minutes, hours or days

v 0.3
===
- Re-opened tabs can open in background or foreground
- Desktop notification on re-open (or not!)

v 0.4
===
- Restore scroll position 

v 0.5
===
- Improves support for multiple/closed windows                    

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

الاسم Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
عنوان URL الرسمي https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba
الوصف Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
حجم الملف 171 KB
عدد التثبيتات 21
النسخة الحالية 0.5.1
آخر تحديث 2014-01-05
تاريخ النشر 2014-01-04
تقييم 3.75/5 مجموع تقييمات 4
المطور Nicky Hajal
نوع الدفع free
موقع الإضافة http://nickyhajal.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taberang",
    "version": "0.5.1",
    "manifest_version": 2,
    "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Taberang",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}