Search Queue

A queue for searching the web!

Apa itu Search Queue?

Search Queue adalah ekstensi Chrome yang dikembangkan oleh isaiahnields, dan fitur utamanya adalah "A queue for searching the web!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Search Queue

Unduh file ekstensi Search Queue 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

                        Search Queue adds a queue to search! This extension allows the user to queue up multiple searches and quickly make them.                    

Informasi Dasar Ekstensi

Nama Search Queue Search Queue
ID ipcifbklbbpchinpdfcfbhpghnknioff
URL Resmi https://chromewebstore.google.com/detail/search-queue/ipcifbklbbpchinpdfcfbhpghnknioff
Deskripsi A queue for searching the web!
Ukuran File 60.39 KB
Jumlah Instalasi 37
Versi Saat Ini 2.18
Terakhir Diperbarui 2018-08-08
Tanggal Publikasi 2018-08-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang isaiahnields
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/isaiahnields/search-queue
URL Halaman Bantuan https://github.com/isaiahnields/SearchQueue/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Queue",
    "version": "2.18",
    "icons": {
        "128": "resources\/images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "A queue for searching the web!",
    "background": {
        "scripts": [
            "resources\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "resources\/images\/icon.png"
    },
    "commands": {
        "next": {
            "suggested_key": {
                "default": "Alt+Up",
                "windows": "Alt+Up",
                "mac": "Alt+Up"
            },
            "description": "Next",
            "global": false
        },
        "previous": {
            "suggested_key": {
                "default": "Alt+Down",
                "windows": "Alt+Down",
                "mac": "Alt+Down"
            },
            "description": "Previous",
            "global": false
        }
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "background",
        "contextMenus"
    ]
}