Simple URL Shortener
This extension shows Shortened URL For the current webpage
Vad är Simple URL Shortener?
Simple URL Shortener är en Chrome-tillägg utvecklad av Vishal Goyal, och dess huvudfunktion är "This extension shows Shortened URL For the current webpage".
Tilläggsskärmbilder
Ladda ner Simple URL Shortener-förlängningens CRX-fil
Ladda ner Simple URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
| Beskrivning | This extension shows Shortened URL For the current webpage |
| Filstorlek | 13.83 KB |
| Antal Installationer | 121 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2015-10-17 |
| Publiceringsdatum | 2015-10-16 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Vishal Goyal |
| Betalningssätt | free |
| Tilläggswebbplats | http://k2g.co |
| Stödda Språk | 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:\/\/*\/"
]
} | |