4fun.tw URL Shortener
4fun.tw URL Shortener
4fun.tw URL Shortener란 무엇입니까?
4fun.tw URL Shortener은(는) https://4fun.tw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "4fun.tw URL Shortener"입니다.
확장 프로그램 스크린샷
4fun.tw URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
透過這個擴充功能,您可以透過右上角的按鈕或在網頁上任何一個地方點滑鼠右鍵就可以立刻把網址縮短。 硬是要縮是目前最安全的短網址服務,提供許多獨特功能: ✔ 網址保存期限 ✔ 網址密碼保護 ✔ 安全門設計,防盜連 ✔ 整合 Google 分析,網路行銷好幫手 ✔ 目標頁面預覽 ✔ 整合多重資安機制,即時掃描網址安全,防毒、防詐騙、防網路釣魚
확장 프로그램 기본 정보
이름 | 4fun.tw URL Shortener |
ID | efceaemlnabjahlebbmejdafdmpofgop |
공식 URL | 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" } |