TopicFlower URL Shortener

Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs

什么是TopicFlower URL Shortener?

TopicFlower URL Shortener是由https://topicflower.com开发的Chrome扩展程序,该扩展的主要功能是“Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TopicFlower URL Shortener扩展crx文件

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

扩展使用说明

                        Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser.                    

扩展基本信息

名称 TopicFlower URL Shortener TopicFlower URL Shortener
ID gpilgphobnninjmbbaklkkmlclmkfgeb
官方URL https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb
简介 Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
文件大小 137 KB
安装次数 65
当前版本 0.1.2
更新时间 2013-09-16
上架时间 2013-09-16
评分 5.00/5 共1次评分
开发者 https://topicflower.com
付费类型 free
帮助页面URL https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/shortener_extension_icon_16px.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/shortener_extension_icon_128px.png",
        "16": "images\/shortener_extension_icon_16px.png",
        "48": "images\/shortener_extension_icon_48px.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/"
    ],
    "version": "0.1.2"
}