Sfi.St URL Shortener Tool

Sfida Studios URL Shortener Tool

ما هو Sfi.St URL Shortener Tool؟

Sfi.St URL Shortener Tool هو إضافة Chrome تم تطويرها بواسطة https://www.sfidastudios.com، والميزة الرئيسية لها هي "Sfida Studios URL Shortener Tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sfi.St URL Shortener Tool

قم بتنزيل ملفات الامتداد Sfi.St URL Shortener Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}