Unclosed tabs
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
ما هو Unclosed tabs؟
Unclosed tabs هو إضافة Chrome تم تطويرها بواسطة Michael Anx، والميزة الرئيسية لها هي "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unclosed tabs
قم بتنزيل ملفات الامتداد Unclosed tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
معلومات أساسية عن التمديد
الاسم | Unclosed tabs |
ID | pnndppofhelodlbmmdicmbhnppanheca |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca |
الوصف | Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you. |
حجم الملف | 159 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2017-09-25 |
تاريخ النشر | 2017-09-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Michael Anx |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.4", "default_locale": "en", "description": "__MSG_extDiscrption__", "background": { "page": "background.html" }, "icons": { "48": "icon.png", "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "unlimitedStorage", "chrome:\/\/favicon\/", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js", "js\/init.js" ], "run_at": "document_start", "all_frames": true }, { "js": [ "js\/support\/ext.js", "js\/support\/support.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "exclude_globs": [] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |