Open Custom URL
Open custom URL or local file path in a popup or tab.
Qu'est-ce que Open Custom URL ?
Open Custom URL est une extension Chrome développée par publisher, et sa fonction principale est "Open custom URL or local file path in a popup or tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Custom URL
Téléchargez les fichiers d'extension Open Custom URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Set any website URL and open it in a popup or tab with just one click!
Informations de Base sur l'Extension
Nom | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
URL Officiel | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
Description | Open custom URL or local file path in a popup or tab. |
Taille du Fichier | 32.18 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-05-10 |
Date de Publication | 2017-05-09 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | publisher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |