CutUrl
Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Wat is CutUrl?
CutUrl is een Chrome-extensie ontwikkeld door Adnan Ahmed, en de belangrijkste functie is "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".
Extensie Screenshots
Download het CRX-bestand van de extensie CutUrl
Download CutUrl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. :)
Basisinformatie over de Extensie
Naam | CutUrl |
ID | ealhhpadkmmoebajijpaaddnglnbfnjk |
Officiële URL | https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk |
Beschrijving | Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut. |
Bestandsgrootte | 40.04 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-04-02 |
Publicatiedatum | 2016-04-02 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Adnan Ahmed |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Idnan/cut-url |
Help Pagina-URL | https://github.com/Idnan/cut-url |
Ondersteunde Talen | 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" } } } |