is.gd URL Shortener
is.gd URL Shortener
Wat is is.gd URL Shortener?
is.gd URL Shortener is een Chrome-extensie ontwikkeld door 14k, en de belangrijkste functie is "is.gd URL Shortener".
Extensie Screenshots
Download het CRX-bestand van de extensie is.gd URL Shortener
Download is.gd 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
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
Basisinformatie over de Extensie
Naam | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
Officiële URL | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
Beschrijving | is.gd URL Shortener |
Bestandsgrootte | 26.31 KB |
Aantal Installaties | 1,261 |
Huidige Versie | 1.0.0.4 |
Laatst Bijgewerkt | 2017-05-22 |
Publicatiedatum | 2017-05-22 |
Beoordeling | 4.39/5 Totaal 49 Beoordelingen |
Ontwikkelaar | 14k |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://steamcommunity.com/id/xozyain/ |
Ondersteunde Talen | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |