URL&p
Extension opens URL with one parameter in new tab
Was ist URL&p?
URL&p ist eine Chrome-Erweiterung, die von https://ivanova-irina.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension opens URL with one parameter in new tab".
Erweiterungsscreenshots
URL&p-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL&p-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
NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions. It's useful for people who have to open one URL with different parameter values (for example, some prototype with different page ID-s). All you need is to describe your URL in the Options (only one time after installation) and insert parameter into extension filed. * Spaces at the end and beginning of the inserted parameter will be trimmed * Skype formatting ([DATE] NAME: parameter) will be trimmed * Shows history of 5 last values GitLab repo: https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
Grundlegende Informationen zur Erweiterung
Name | URL&p |
ID | koidpmicflkfdkkbhoalljjknjeehlph |
Offizielle URL | https://chromewebstore.google.com/detail/urlp/koidpmicflkfdkkbhoalljjknjeehlph |
Beschreibung | Extension opens URL with one parameter in new tab |
Dateigröße | 208 KB |
Installationsanzahl | 88 |
Aktuelle Version | 2.0 |
Letztes Update | 2019-11-04 |
Veröffentlichungsdatum | 2019-11-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://ivanova-irina.blogspot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener |
Hilfeseite URL | https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL&p", "version": "2.0", "manifest_version": 2, "description": "Extension opens URL with one parameter in new tab", "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/URL-With-Parameter-Opener", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "options_page": "options.html", "content_security_policy": "default-src 'self'", "author": { "name": "Irina Ivanova", "email": "[email protected]" } } |