CutUrl
Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Was ist CutUrl?
CutUrl ist eine Chrome-Erweiterung, die von Adnan Ahmed entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".
Erweiterungsscreenshots
CutUrl-Erweiterungs-CRX-Datei herunterladen
Laden Sie CutUrl-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
CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/
On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard.
(Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ealhhpadkmmoebajijpaaddnglnbfnjk |
| Offizielle URL | https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk |
| Beschreibung | Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut. |
| Dateigröße | 40.04 KB |
| Installationsanzahl | 73 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2016-04-02 |
| Veröffentlichungsdatum | 2016-04-02 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Adnan Ahmed |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Idnan/cut-url |
| Hilfeseite URL | https://github.com/Idnan/cut-url |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CutUrl",
"short_name": "CutUrl",
"description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.",
"version": "1.1.0",
"background": {
"persistent": false,
"scripts": [
"assets\/js\/jquery.js",
"assets\/js\/background.js"
]
},
"permissions": [
"*:\/\/*.googleapis.com\/*",
"notifications",
"tabs"
],
"icons": {
"16": "assets\/img\/ico16.png",
"48": "assets\/img\/ico48.png",
"128": "assets\/img\/ico128.png"
},
"homepage_url": "http:\/\/github.com\/idnan",
"commands": {
"toggle-pin": {
"suggested_key": {
"default": "Alt+Shift+C",
"windows": "Alt+Shift+C",
"mac": "Alt+Shift+C",
"chromeos": "Alt+Shift+C",
"linux": "Alt+Shift+C"
},
"description": "Short your urls"
}
}
} | |