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”。
擴展截圖
下載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 |
ID | lepkmkhffhcplagkfejdhafepfhmcjlg |
官方網址 | 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'" } |