Bookmarks by date

Bookmark all opened tabs in a folder with current date.

ما هو Bookmarks by date؟

Bookmarks by date هو إضافة Chrome تم تطويرها بواسطة Team Aardvark، والميزة الرئيسية لها هي "Bookmark all opened tabs in a folder with current date.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bookmarks by date

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

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

                        Bookmark by date will bookmark all your opened tabs in a folder with current date as name and in subfolders for each opened window. 

I use it to clear my cluttered Chrome windows.

Just install and press the nice icon whenever you want to save all your opened tabs, then, close every tab and start fresh.

Happy browsing! :)

Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1

1.2: Added notifications                    

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

الاسم Bookmarks by date Bookmarks by date
ID mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
الوصف Bookmark all opened tabs in a folder with current date.
حجم الملف 9.85 KB
عدد التثبيتات 2,021
النسخة الحالية 1.2
آخر تحديث 2016-11-17
تاريخ النشر 2016-11-17
تقييم 3.71/5 مجموع تقييمات 7
المطور Team Aardvark
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks by date",
    "description": "Bookmark all opened tabs in a folder with current date.",
    "version": "1.2",
    "browser_action": {
        "default_title": "Bookmark all tabs by date",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "short_name": "bbd",
    "offline_enabled": true
}