is.gd URL Shortener

is.gd URL Shortener

is.gd URL Shortener란 무엇입니까?

is.gd URL Shortener은(는) 14k에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "is.gd URL Shortener"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

is.gd URL Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UNMAINTAINED

Version 1.0.0.1 changes:
 -Fixed url encoding
Version 1.0.0.2 changes:
 -Forced to update manifest file
Version 1.0.0.3 changes:
 -Fixed security issues caused by inline scripts ban. (which broked extension)
Version 1.0.0.4 changes:
 -Fiex CORS                    

확장 프로그램 기본 정보

이름 is.gd URL Shortener is.gd URL Shortener
ID cdofbppppmjfejecfiegjnmbbgichjhg
공식 URL https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg
설명 is.gd URL Shortener
파일 크기 26.31 KB
설치 횟수 1,261
현재 버전 1.0.0.4
최근 업데이트 2017-05-22
출시 날짜 2017-05-22
평점 4.39/5 총 49 개의 평점
개발자 14k
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://steamcommunity.com/id/xozyain/
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "is.gd URL Shortener",
    "icons": {
        "128": "isgd.png"
    },
    "manifest_version": 2,
    "name": "is.gd URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/is.gd\/*",
        "https:\/\/is.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.4"
}