3o2 - Headless URL shortener

Shrink any URL from your Chrome (or Chromium based) browser.

3o2 - Headless URL shortener란 무엇입니까?

3o2 - Headless URL shortener은(는) http://3o2.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shrink any URL from your Chrome (or Chromium based) browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

3o2 - Headless URL shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you looking for a way to get short, easy to remember and clear URLs? Then, this extension is for you! The 3o2.co is the stupidly easy to use headless URL shortening service, which you can use straight from your browser, even without going to another tab!

It converts long URLs, such as "http://this-is-a-really-long.and?boring=url-ever" into "https://302.co/[ABC]", where ABC is a special code. After get any shorten URL, you can also track its clicks and usage.

### WHAT'S NEW IN VERSION 2.0.0 ###
This version rolls out a major update with a full refactoring of the code, design and features.

### WHAT'S NEW IN VERSION 1.1.0 ###
From this version you can input your private API Key and take advantage from the advanced shortening options, including: defining an expiration time for all short URLs, get ride from the delay count-down page and get all your shorten URLs listed in your account dashboard.

In order to get your private API key, please visit https://3o2.co/signup and sign up for an account. Uf you have already an account created, after sign in to your account, just visit https://3o2.co/account.                    

확장 프로그램 기본 정보

이름 3o2 - Headless URL shortener 3o2 - Headless URL shortener
ID gfeaiioabpdloalppmcbnnnkegkciibj
공식 URL https://chrome.google.com/webstore/detail/3o2-headless-url-shortene/gfeaiioabpdloalppmcbnnnkegkciibj
설명 Shrink any URL from your Chrome (or Chromium based) browser.
파일 크기 105 KB
설치 횟수 43
현재 버전 2.0.0
최근 업데이트 2020-10-17
출시 날짜 2017-10-05
평점 5.00/5 총 2 개의 평점
개발자 http://3o2.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://3o2.co
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3o2 - Headless URL shortener",
    "description": "Shrink any URL from your Chrome (or Chromium based) browser.",
    "version": "2.0.0",
    "icons": {
        "16": "assets\/abtz-favicon.png",
        "48": "assets\/abtz-favicon.png",
        "128": "assets\/abtz-favicon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/abtz-favicon.png",
        "default_popup": "main.html",
        "default_title": "3o2 - Headless URL Shortener"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "",
        "activeTab",
        "*:\/\/3o2.co\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/vue\/2.6.10\/vue.min.js; object-src 'self'"
}