Simple URL Shortener
This extension shows Shortened URL For the current webpage
Wat is Simple URL Shortener?
Simple URL Shortener is een Chrome-extensie ontwikkeld door Vishal Goyal, en de belangrijkste functie is "This extension shows Shortened URL For the current webpage".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple URL Shortener
Download Simple URL Shortener-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
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co Basisinformatie over de Extensie
| Naam | |
| ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
| Officiële URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
| Beschrijving | This extension shows Shortened URL For the current webpage |
| Bestandsgrootte | 13.83 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2015-10-17 |
| Publicatiedatum | 2015-10-16 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Vishal Goyal |
| Betalingswijze | free |
| Extensiewebsite | http://k2g.co |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple URL Shortener",
"description": "This extension shows Shortened URL For the current webpage",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |