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