your ShortURL service (pygmy)
pygmy shorturl Chrome extension
Was ist your ShortURL service (pygmy)?
your ShortURL service (pygmy) ist eine Chrome-Erweiterung, die von Oriol Rius entwickelt wurde, und ihr Hauptmerkmal ist "pygmy shorturl Chrome extension".
Erweiterungsscreenshots
your ShortURL service (pygmy)-Erweiterungs-CRX-Datei herunterladen
Laden Sie your ShortURL service (pygmy)-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
Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage. By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL. WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.
Grundlegende Informationen zur Erweiterung
Name | your ShortURL service (pygmy) |
ID | kchefoihlnhfcaphckpopdknaolfegkp |
Offizielle URL | https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp |
Beschreibung | pygmy shorturl Chrome extension |
Dateigröße | 19.32 KB |
Installationsanzahl | 119 |
Aktuelle Version | 0.4 |
Letztes Update | 2018-07-12 |
Veröffentlichungsdatum | 2018-07-12 |
Entwickler | Oriol Rius |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
Hilfeseite URL | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
URL der Datenschutzrichtlinien-Seite | http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "your ShortURL service (pygmy)", "version": "0.4", "description": "pygmy shorturl Chrome extension", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Create short URLs", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "clipboardWrite", "activeTab", "storage" ] } |