Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

Qu'est-ce que Sfi.St URL Shortener Tool ?

Sfi.St URL Shortener Tool est une extension Chrome développée par https://www.sfidastudios.com, et sa fonction principale est "Sfida Studios URL Shortener Tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sfi.St URL Shortener Tool

Téléchargez les fichiers d'extension Sfi.St URL Shortener Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
URL Officiel https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
Description Sfida Studios URL Shortener Tool
Taille du Fichier 58.29 KB
Nombre d'Installations 82
Version Actuelle 0.1.5
Dernière Mise à Jour 2014-07-18
Date de Publication 2014-07-18
Évaluation 4.29/5 Total 7 Évaluations
Développeur https://www.sfidastudios.com
Type de Paiement free
Site Web de l'Extension http://sfi.st
Langues Prises en Charge 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'"
}