4fun.tw URL Shortener

4fun.tw URL Shortener

什麼是4fun.tw URL Shortener?

4fun.tw URL Shortener是由https://4fun.tw開發的Chrome擴展程式,該擴展的主要功能是“4fun.tw URL Shortener”。

擴展截圖

screenshot

下載4fun.tw URL Shortener擴展crx文件

下載4fun.tw URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        透過這個擴充功能,您可以透過右上角的按鈕或在網頁上任何一個地方點滑鼠右鍵就可以立刻把網址縮短。

硬是要縮是目前最安全的短網址服務,提供許多獨特功能:
✔ 網址保存期限
✔ 網址密碼保護
✔ 安全門設計,防盜連
✔ 整合 Google 分析,網路行銷好幫手
✔ 目標頁面預覽
✔ 整合多重資安機制,即時掃描網址安全,防毒、防詐騙、防網路釣魚                    

擴展基本資訊

名稱 4fun.tw URL Shortener 4fun.tw URL Shortener
ID efceaemlnabjahlebbmejdafdmpofgop
官方網址 https://chromewebstore.google.com/detail/4funtw-url-shortener/efceaemlnabjahlebbmejdafdmpofgop
簡介 4fun.tw URL Shortener
檔案大小 17.93 KB
安裝次數 710
目前版本 1.0
更新時間 2014-01-24
上架時間 2014-01-23
評分 4.00/5 共 6 次評分
開發者 https://4fun.tw
付費類型 free
支援的語言 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "Quick4Fun.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19x19.png",
            "38": "icon_48x48.png"
        },
        "default_title": "__MSG_button_to_4fun__"
    },
    "default_locale": "zh_TW",
    "icons": {
        "128": "icon_128x128.png",
        "48": "icon_48x48.png",
        "16": "icon_19x19.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0"
}