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 扩展基本信息
| 名称 | |
| 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'"
} | |