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文件

下載Abre.ai! URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}