Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

Wat is Sfi.St URL Shortener Tool?

Sfi.St URL Shortener Tool is een Chrome-extensie ontwikkeld door https://www.sfidastudios.com, en de belangrijkste functie is "Sfida Studios URL Shortener Tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sfi.St URL Shortener Tool

Download Sfi.St URL Shortener Tool-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

                        Sfi.St es el acortador de Sfida Studios.
Nació como un proyecto interno y ahora lo abrimos al público, ofreciendo una forma más de organizar sus links.
También pueden utilizarlo via web en http://sfi.st                    

Basisinformatie over de Extensie

Naam Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
Officiële URL https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
Beschrijving Sfida Studios URL Shortener Tool
Bestandsgrootte 58.29 KB
Aantal Installaties 82
Huidige Versie 0.1.5
Laatst Bijgewerkt 2014-07-18
Publicatiedatum 2014-07-18
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.sfidastudios.com
Betalingswijze free
Extensiewebsite http://sfi.st
Ondersteunde Talen en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1.5",
    "author": "Gustavo Adri\u00e1n Salvini",
    "default_locale": "es",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}