Awesome History Button

Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.

ما هو Awesome History Button؟

Awesome History Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Awesome History Button

قم بتنزيل ملفات الامتداد Awesome History Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It is a shortcut button to open the Chrome history page.                    

معلومات أساسية عن التمديد

الاسم Awesome History Button Awesome History Button
ID cjifeclbknmlhapifaiaocfcbahinlji
عنوان URL الرسمي https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji
الوصف Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
حجم الملف 35.42 KB
عدد التثبيتات 816
النسخة الحالية 1.2.0.0
آخر تحديث 2020-12-08
تاريخ النشر 2016-09-22
تقييم 4.67/5 مجموع تقييمات 3
المطور https://upway2late.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.upway2late.com/projects/buttons-project
عنوان صفحة المساعدة http://www.upway2late.com/projects/buttons-project
عنوان صفحة سياسة الخصوصية http://www.upway2late.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome History Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
    "icons": {
        "16": "history_16.png",
        "48": "history_48.png",
        "128": "history_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "history_19.png",
        "default_title": "Awesome History Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}