Autoload Web

This extension loads websites automatically with a click of a button.

ما هو Autoload Web؟

Autoload Web هو إضافة Chrome تم تطويرها بواسطة autoloadwebdev، والميزة الرئيسية لها هي "This extension loads websites automatically with a click of a button.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Autoload Web

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

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

                        Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.                    

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

الاسم Autoload Web Autoload Web
ID mifafbjbnhpmdjngkhnmfjdlefdgileh
عنوان URL الرسمي https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh
الوصف This extension loads websites automatically with a click of a button.
حجم الملف 20.05 KB
عدد التثبيتات 160
النسخة الحالية 1.1.0
آخر تحديث 2015-07-03
تاريخ النشر 2015-07-03
تقييم 4.50/5 مجموع تقييمات 6
المطور autoloadwebdev
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autoload Web",
    "options_ui": {
        "page": "options.html"
    },
    "options_page": "options.html",
    "description": "This extension loads websites automatically with a click of a button.",
    "version": "1.1.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "AutoLoadWebPic.png",
        "48": "AutoLoadWebPic48.png",
        "128": "AutoLoadWebPic128.png"
    },
    "browser_action": {
        "default_icon": "AutoLoadWebPic.png",
        "default_title": "Autoload Web",
        "default_popup": "autoloadWeb_Main.html"
    }
}