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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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