Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Was ist Saupe URL Shrtnr?
Saupe URL Shrtnr ist eine Chrome-Erweiterung, die von Joel Saupe entwickelt wurde, und ihr Hauptmerkmal ist "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".
Erweiterungsscreenshots
Saupe URL Shrtnr-Erweiterungs-CRX-Datei herunterladen
Laden Sie Saupe URL Shrtnr-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
The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ghefbepohloadbooaphdolhipglahkjb |
Offizielle URL | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
Beschreibung | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
Dateigröße | 39.61 KB |
Installationsanzahl | 27 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-05-07 |
Veröffentlichungsdatum | 2016-05-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Joel Saupe |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://sau.pe/shrtnr/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saupe URL Shrtnr", "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.", "version": "2.0", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } } } |