Open Custom URL
Open custom URL or local file path in a popup or tab.
Was ist Open Custom URL?
Open Custom URL ist eine Chrome-Erweiterung, die von publisher entwickelt wurde, und ihr Hauptmerkmal ist "Open custom URL or local file path in a popup or tab.".
Erweiterungsscreenshots
Open Custom URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open Custom URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Set any website URL and open it in a popup or tab with just one click! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ljhdepmipigadellfdggnlphmfebnnbp |
| Offizielle URL | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
| Beschreibung | Open custom URL or local file path in a popup or tab. |
| Dateigröße | 32.18 KB |
| Installationsanzahl | 20 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-05-10 |
| Veröffentlichungsdatum | 2017-05-09 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | publisher |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
} | |