4fun.tw URL Shortener
4fun.tw URL Shortener
O que é 4fun.tw URL Shortener?
4fun.tw URL Shortener é uma extensão do Chrome desenvolvida por https://4fun.tw, e sua principal característica é "4fun.tw URL Shortener".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 4fun.tw URL Shortener
Baixe arquivos de extensão 4fun.tw URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
透過這個擴充功能,您可以透過右上角的按鈕或在網頁上任何一個地方點滑鼠右鍵就可以立刻把網址縮短。 硬是要縮是目前最安全的短網址服務,提供許多獨特功能: ✔ 網址保存期限 ✔ 網址密碼保護 ✔ 安全門設計,防盜連 ✔ 整合 Google 分析,網路行銷好幫手 ✔ 目標頁面預覽 ✔ 整合多重資安機制,即時掃描網址安全,防毒、防詐騙、防網路釣魚
Informações Básicas da Extensão
Nome | 4fun.tw URL Shortener |
ID | efceaemlnabjahlebbmejdafdmpofgop |
URL Oficial | https://chromewebstore.google.com/detail/4funtw-url-shortener/efceaemlnabjahlebbmejdafdmpofgop |
Descrição | 4fun.tw URL Shortener |
Tamanho do Arquivo | 17.93 KB |
Contagem de Instalações | 710 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-24 |
Data de Publicação | 2014-01-23 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | https://4fun.tw |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |