Better History
Replace the default browser history with this better history display.
ما هو Better History؟
Better History هو إضافة Chrome تم تطويرها بواسطة raingart، والميزة الرئيسية لها هي "Replace the default browser history with this better history display.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better History
قم بتنزيل ملفات الامتداد Better History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Powerful history manager for Chromium
معلومات أساسية عن التمديد
الاسم | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
الوصف | Replace the default browser history with this better history display. |
حجم الملف | 151 KB |
عدد التثبيتات | 733 |
النسخة الحالية | 1.31.2 |
آخر تحديث | 2023-08-23 |
تاريخ النشر | 2023-07-19 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | raingart |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/raingart/Better-History |
اللغات المدعومة | en,fr,tr,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.31.2", "default_locale": "en", "icons": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png", "48": "assets\/img\/icon_48.png", "64": "assets\/img\/icon_64.png", "128": "assets\/img\/icon_128.png" }, "manifest_version": 3, "permissions": [ "favicon", "history", "storage" ], "chrome_url_overrides": { "history": "history.html" }, "action": { "default_icon": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png" }, "default_title": "__MSG_application_title__", "default_popup": "popup.html" } } |