Abre.ai! URL Shortener

Shorten URL of pages to send via IM, Twitter, email or wherever you want.

Abre.ai! URL Shortener란 무엇입니까?

Abre.ai! URL Shortener은(는) Demartini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten URL of pages to send via IM, Twitter, email or wherever you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Abre.ai! URL Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shorten URLs using Abre.ai and send wherever you want.

Simple, fast and very easy.

After installing the extension just click on the extension icon in front of the address bar and you're done.                    

확장 프로그램 기본 정보

이름 Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
공식 URL https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
설명 Shorten URL of pages to send via IM, Twitter, email or wherever you want.
파일 크기 54.4 KB
설치 횟수 2,120
현재 버전 2.0.1
최근 업데이트 2021-02-02
출시 날짜 2016-11-10
평점 3.92/5 총 13 개의 평점
개발자 Demartini
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://abre.ai
도움말 페이지 URL https://github.com/demartini/abreai-url-shortener/issues
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/abre.ai",
    "author": "Iolar Demartini Junior",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icons\/icon-16.png",
            "32": "assets\/images\/icons\/icon-32.png",
            "48": "assets\/images\/icons\/icon-48.png",
            "128": "assets\/images\/icons\/icon-128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/icon-16.png",
        "32": "assets\/images\/icons\/icon-32.png",
        "48": "assets\/images\/icons\/icon-48.png",
        "128": "assets\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}