Open Custom URL
Open custom URL or local file path in a popup or tab.
Wat is Open Custom URL?
Open Custom URL is een Chrome-extensie ontwikkeld door publisher, en de belangrijkste functie is "Open custom URL or local file path in a popup or tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Custom URL
Download Open Custom URL-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
                        Set any website URL and open it in a popup or tab with just one click!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ljhdepmipigadellfdggnlphmfebnnbp | 
| Officiële URL | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp | 
| Beschrijving | Open custom URL or local file path in a popup or tab. | 
| Bestandsgrootte | 32.18 KB | 
| Aantal Installaties | 20 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2017-05-10 | 
| Publicatiedatum | 2017-05-09 | 
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | publisher | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Custom URL",
    "description": "Open custom URL or local file path in a popup or tab.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}  |  |