History Viewer
Easy access to your current browser session's history
ما هو History Viewer؟
History Viewer هو إضافة Chrome تم تطويرها بواسطة https://james-coyle.dev، والميزة الرئيسية لها هي "Easy access to your current browser session's history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة History Viewer
قم بتنزيل ملفات الامتداد History Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides quick access to the history of your current browsing session. Easily return to a page you were looking at 10 minutes ago without having to delve into your browser history.
معلومات أساسية عن التمديد
الاسم | |
ID | lepdeiameebhegahgipnooenlpndibng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng |
الوصف | Easy access to your current browser session's history |
حجم الملف | 1.49 MB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.1 |
آخر تحديث | 2022-10-16 |
تاريخ النشر | 2022-10-16 |
المطور | https://james-coyle.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/JamesCoyle/history-extention |
عنوان صفحة المساعدة | https://github.com/JamesCoyle/downloads-extention/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "History Viewer", "version": "0.1", "short_name": "History", "author": "James Coyle", "description": "Easy access to your current browser session's history", "icons": { "512": "icon.png" }, "permissions": [ "history", "storage", "favicon" ], "action": { "default_popup": "popup.html", "default_title": "History" }, "options_page": "options.html", "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+H", "mac": "Alt+H", "chromeos": "Alt+H", "linux": "Alt+H" } } }, "background": { "service_worker": "build\/background.js" } } |