Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

What is Sfi.St URL Shortener Tool?

Sfi.St URL Shortener Tool is a Chrome extension developed by https://www.sfidastudios.com, and its main feature is "Sfida Studios URL Shortener Tool".

Extension Screenshots

screenshot

Download Sfi.St URL Shortener Tool Extension CRX File

Download Sfi.St URL Shortener Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
Official URL https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
Description Sfida Studios URL Shortener Tool
File Size 58.29 KB
Installation Count 82
Current Version 0.1.5
Last Updated 2014-07-18
Publish Date 2014-07-18
Rating 4.29/5 Total 7 Ratings
Developer https://www.sfidastudios.com
Payment Type free
Extension Website http://sfi.st
Supported Languages 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'"
}