your ShortURL service (pygmy)

pygmy shorturl Chrome extension

your ShortURL service (pygmy)란 무엇입니까?

your ShortURL service (pygmy)은(는) Oriol Rius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "pygmy shorturl Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

your ShortURL service (pygmy) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage.

By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL.

WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.                    

확장 프로그램 기본 정보

이름 your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
공식 URL https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
설명 pygmy shorturl Chrome extension
파일 크기 19.32 KB
설치 횟수 119
현재 버전 0.4
최근 업데이트 2018-07-12
출시 날짜 2018-07-12
개발자 Oriol Rius
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
도움말 페이지 URL http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
개인정보 보호 정책 페이지 URL http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "your ShortURL service (pygmy)",
    "version": "0.4",
    "description": "pygmy shorturl Chrome extension",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Create short URLs",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "activeTab",
        "storage"
    ]
}