Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

什么是Fast URL Shortener?

Fast URL Shortener是由https://www.shar3.nl开发的Chrome扩展程序,该扩展的主要功能是“Fast and simple shorten of current tab urls with direct sharing options.”。

扩展截图

screenshot

下载Fast URL Shortener扩展crx文件

下载Fast URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

扩展基本信息

名称 Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
官方URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
简介 Fast and simple shorten of current tab urls with direct sharing options.
文件大小 35.64 KB
安装次数 218
当前版本 2.0.3
更新时间 2014-02-13
上架时间 2014-02-13
评分 3.00/5 共2次评分
开发者 https://www.shar3.nl
付费类型 free
扩展官网 http://www.shar3.nl
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}