Search Queue
A queue for searching the web!
Wat is Search Queue?
Search Queue is een Chrome-extensie ontwikkeld door isaiahnields, en de belangrijkste functie is "A queue for searching the web!".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Queue
Download Search Queue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Search Queue adds a queue to search! This extension allows the user to queue up multiple searches and quickly make them.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ipcifbklbbpchinpdfcfbhpghnknioff | 
| Officiële URL | https://chromewebstore.google.com/detail/search-queue/ipcifbklbbpchinpdfcfbhpghnknioff | 
| Beschrijving | A queue for searching the web! | 
| Bestandsgrootte | 60.39 KB | 
| Aantal Installaties | 37 | 
| Huidige Versie | 2.18 | 
| Laatst Bijgewerkt | 2018-08-08 | 
| Publicatiedatum | 2018-08-08 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | isaiahnields | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/isaiahnields/search-queue | 
| Help Pagina-URL | https://github.com/isaiahnields/SearchQueue/issues | 
| Ondersteunde Talen | 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"
    ]
}  |  |