Last Active Tabs
The fastest way to access your last five active tabs
ما هو Last Active Tabs؟
Last Active Tabs هو إضافة Chrome تم تطويرها بواسطة Xiaoxin، والميزة الرئيسية لها هي "The fastest way to access your last five active tabs".
تحميل ملف CRX للإضافة Last Active Tabs
قم بتنزيل ملفات الامتداد Last Active Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
الوصف | The fastest way to access your last five active tabs |
حجم الملف | 13.98 KB |
عدد التثبيتات | 96 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2013-07-09 |
تاريخ النشر | 2013-07-09 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Xiaoxin |
نوع الدفع | free |
موقع الإضافة | https://github.com/hyperlink/last_tab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+L", "mac": "Alt+L", "chromeos": "Alt+L", "linux": "Alt+L" } } }, "browser_action": { "default_icon": { "19": "images\/icon-32.png", "38": "images\/icon-32.png" }, "default_title": "Last Tab", "default_popup": "popup.html" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ] } |