Short URL (Bre.is)

Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it

Short URL (Bre.is)란 무엇입니까?

Short URL (Bre.is)은(는) ChromeApps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it"입니다.

확장 프로그램 스크린샷

screenshot

Short URL (Bre.is) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link.                    

확장 프로그램 기본 정보

이름 Short URL (Bre.is) Short URL (Bre.is)
ID gmcofljannieocjefhglfanemdmkafgg
공식 URL https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg
설명 Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
파일 크기 4 MB
설치 횟수 10,000
현재 버전 1.0.10
최근 업데이트 2020-11-13
출시 날짜 2019-09-01
평점 4.20/5 총 168 개의 평점
개발자 ChromeApps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://bre.is
지원되는 언어 de,en,tr,pl,ru,uk
manifest.json
{
    "author": "Brevis",
    "background": {
        "persistent": true,
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Short URL (Bre.is)"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}