Stash
Too many tabs? With Stash, batch save, quickly stash, easily recover.
ما هو Stash؟
Stash هو إضافة Chrome تم تطويرها بواسطة Léon، والميزة الرئيسية لها هي "Too many tabs? With Stash, batch save, quickly stash, easily recover.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stash
قم بتنزيل ملفات الامتداد Stash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Too many tabs? With Stash, batch save, quickly stash, easily recover. Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.
معلومات أساسية عن التمديد
الاسم | Stash |
ID | cacanmllkminddbhckmepccebmhnglnj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj |
الوصف | Too many tabs? With Stash, batch save, quickly stash, easily recover. |
حجم الملف | 192 KB |
عدد التثبيتات | 1,673 |
النسخة الحالية | 0.2.5 |
آخر تحديث | 2018-06-30 |
تاريخ النشر | 2018-06-29 |
تقييم | 5.00/5 مجموع تقييمات 17 |
المطور | Léon |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.5", "manifest_version": 2, "description": "__MSG_description__", "icons": { "128": "images\/logo128.png", "48": "images\/logo48.png", "16": "images\/logo16.png" }, "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/logo16.png", "default_title": "__MSG_iconTitle__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/key.js" ], "run_at": "document_start" } ], "permissions": [ "chrome:\/\/favicon\/", "tabs", "bookmarks" ] } |