Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

Was ist Sfi.St URL Shortener Tool?

Sfi.St URL Shortener Tool ist eine Chrome-Erweiterung, die von https://www.sfidastudios.com entwickelt wurde, und ihr Hauptmerkmal ist "Sfida Studios URL Shortener Tool".

Erweiterungsscreenshots

screenshot

Sfi.St URL Shortener Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sfi.St URL Shortener Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
Offizielle URL https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
Beschreibung Sfida Studios URL Shortener Tool
Dateigröße 58.29 KB
Installationsanzahl 82
Aktuelle Version 0.1.5
Letztes Update 2014-07-18
Veröffentlichungsdatum 2014-07-18
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler https://www.sfidastudios.com
Zahlungsart free
Erweiterungswebsite http://sfi.st
Unterstützte Sprachen 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'"
}