TabStack
A chrome extension to temporarily store a browser tab and to reopen it later.
ما هو TabStack؟
TabStack هو إضافة Chrome تم تطويرها بواسطة niehm، والميزة الرئيسية لها هي "A chrome extension to temporarily store a browser tab and to reopen it later.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabStack
قم بتنزيل ملفات الامتداد TabStack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack. The stored tabs are synchronized between different chrome browsers in which you are logged in.
معلومات أساسية عن التمديد
الاسم | TabStack |
ID | cmfjpgcpeelgjenfhmddbdlddogcmpie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie |
الوصف | A chrome extension to temporarily store a browser tab and to reopen it later. |
حجم الملف | 64.46 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-07-23 |
تاريخ النشر | 2013-07-23 |
تقييم | 4.11/5 مجموع تقييمات 9 |
المطور | niehm |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStack", "description": "A chrome extension to temporarily store a browser tab and to reopen it later.", "version": "1.0", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "safe.html" }, "permissions": [ "tabs", "storage" ] } |