Save All Tab URLs

Get the raw URLs of all your open tabs!

ما هو Save All Tab URLs؟

Save All Tab URLs هو إضافة Chrome تم تطويرها بواسطة Erisa A، والميزة الرئيسية لها هي "Get the raw URLs of all your open tabs!".

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

screenshot

تحميل ملف CRX للإضافة Save All Tab URLs

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

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

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

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

الاسم Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
الوصف Get the raw URLs of all your open tabs!
حجم الملف 13.36 KB
عدد التثبيتات 1,851
النسخة الحالية 0.1.4
آخر تحديث 2019-10-14
تاريخ النشر 2019-10-13
تقييم 5.00/5 مجموع تقييمات 5
المطور Erisa A
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://erisa.uk/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}