Autoload Web

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

Apa itu Autoload Web?

Autoload Web adalah ekstensi Chrome yang dikembangkan oleh autoloadwebdev, dan fitur utamanya adalah "This extension loads websites automatically with a click of a button.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Autoload Web

Unduh file ekstensi Autoload Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Autoload Web Autoload Web
ID mifafbjbnhpmdjngkhnmfjdlefdgileh
URL Resmi https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh
Deskripsi This extension loads websites automatically with a click of a button.
Ukuran File 20.05 KB
Jumlah Instalasi 160
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2015-07-03
Tanggal Publikasi 2015-07-03
Penilaian 4.50/5 Total 6 Penilaian
Pengembang autoloadwebdev
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}