Recent Pages

Reads your history, and shows the pages you opened.

ما هو Recent Pages؟

Recent Pages هو إضافة Chrome تم تطويرها بواسطة http://www.jmdclasses.com، والميزة الرئيسية لها هي "Reads your history, and shows the pages you opened.".

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

screenshot

تحميل ملف CRX للإضافة Recent Pages

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

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

                        It will provide you a facility to automatically store your history about the page you opened.                    

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

الاسم Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
الوصف Reads your history, and shows the pages you opened.
حجم الملف 13.97 KB
عدد التثبيتات 56
النسخة الحالية 0.0.0.1
آخر تحديث 2014-10-06
تاريخ النشر 2014-10-06
تقييم 4.67/5 مجموع تقييمات 3
المطور http://www.jmdclasses.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Pages",
    "version": "0.0.0.1",
    "description": "Reads your history, and shows the pages you opened.",
    "permissions": [
        "history",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "history.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}