Button: History

Open the History Page with just one click.

ما هو Button: History؟

Button: History هو إضافة Chrome تم تطويرها بواسطة https://browser-extensions.com، والميزة الرئيسية لها هي "Open the History Page with just one click.".

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

screenshot

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

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

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

                                            

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

الاسم Button: History Button: History
ID ilekfjhjjpfagaenbhgppaehhedekgbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/button-history/ilekfjhjjpfagaenbhgppaehhedekgbf
الوصف Open the History Page with just one click.
حجم الملف 13.53 KB
عدد التثبيتات 515
النسخة الحالية 1.0.0
آخر تحديث 2016-04-21
تاريخ النشر 2016-04-20
تقييم 5.00/5 مجموع تقييمات 3
المطور https://browser-extensions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://browser-extensions.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openHistoryPage__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}