Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

Sfi.St URL Shortener Toolとは何ですか?

Sfi.St URL Shortener Toolはhttps://www.sfidastudios.comによって開発されたChromeの拡張機能で、その主な機能は「Sfida Studios URL Shortener Tool」です。

拡張機能のスクリーンショット

screenshot

Sfi.St URL Shortener Tool拡張機能のCRXファイルをダウンロード

Sfi.St URL Shortener Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
公式URL https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
説明 Sfida Studios URL Shortener Tool
ファイルサイズ 58.29 KB
インストール数 82
現在のバージョン 0.1.5
最終更新日 2014-07-18
公開日 2014-07-18
評価 4.29/5 合計 7 レビュー
開発者 https://www.sfidastudios.com
支払い方法 free
拡張機能のウェブサイト http://sfi.st
対応言語 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'"
}