TabStash
Group your tabs and open them later.
ما هو TabStash؟
TabStash هو إضافة Chrome تم تطويرها بواسطة https://browser-extensions.com، والميزة الرئيسية لها هي "Group your tabs and open them later.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabStash
قم بتنزيل ملفات الامتداد TabStash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Group your tabs and open them later.
معلومات أساسية عن التمديد
الاسم | TabStash |
ID | mdeicgkmlobfdddmfplopohhnhkiiicj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj |
الوصف | Group your tabs and open them later. |
حجم الملف | 299 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-10-27 |
تاريخ النشر | 2017-10-27 |
المطور | https://browser-extensions.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://browser-extensions.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "permissions": [ "history", "tabCapture", "tabs", "topSites", "storage", "unlimitedStorage", " |