Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

Sfi.St URL Shortener Tool là gì?

Sfi.St URL Shortener Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.sfidastudios.com, và tính năng chính của nó là "Sfida Studios URL Shortener Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sfi.St URL Shortener Tool

Tải xuống các tệp mở rộng Sfi.St URL Shortener Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sfi.St URL Shortener Tool Sfi.St URL Shortener Tool
ID lepkmkhffhcplagkfejdhafepfhmcjlg
URL Chính Thức https://chromewebstore.google.com/detail/sfist-url-shortener-tool/lepkmkhffhcplagkfejdhafepfhmcjlg
Mô tả Sfida Studios URL Shortener Tool
Kích Thước Tệp 58.29 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2014-07-18
Ngày Phát Hành 2014-07-18
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.sfidastudios.com
Loại Thanh Toán free
Trang Web Mở Rộng http://sfi.st
Ngôn Ngữ Được Hỗ Trợ 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'"
}