URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
Was ist URL Auto Splicer?
URL Auto Splicer ist eine Chrome-Erweiterung, die von crispgm entwickelt wurde, und ihr Hauptmerkmal ist "Redirect you to self-constructed URL instantly with context selection".
Erweiterungsscreenshots
URL Auto Splicer-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL Auto Splicer-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
URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection.
It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
| Offizielle URL | https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm |
| Beschreibung | Redirect you to self-constructed URL instantly with context selection |
| Dateigröße | 62.81 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 1.0.0 beta2 |
| Letztes Update | 2017-10-21 |
| Veröffentlichungsdatum | 2017-10-20 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | crispgm |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://urlautoredirector.github.io/URLAutoSplicer/ |
| Hilfeseite URL | https://github.com/URLAutoRedirector/URLAutoSplicer/issues |
| Unterstützte Sprachen | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "URL Auto Splicer",
"short_name": "URLAutoSplicer",
"version": "1.0.2",
"version_name": "1.0.0 beta2",
"description": "__MSG_ext_description__",
"author": "David Zhang",
"homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/",
"options_page": "options.html",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png",
"32": "images\/icon-32.png"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
"default_locale": "en",
"manifest_version": 2
} | |