Short URL (Bre.is)
Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
什么是Short URL (Bre.is)?
Short URL (Bre.is)是由ChromeApps开发的Chrome扩展程序,该扩展的主要功能是“Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it”。
扩展截图
下载Short URL (Bre.is)扩展crx文件
下载Short URL (Bre.is)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link.                     扩展基本信息
| 名称 |   |  
| ID | gmcofljannieocjefhglfanemdmkafgg | 
| 官方URL | https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg | 
| 简介 | Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it | 
| 文件大小 | 4 MB | 
| 安装次数 | 10,000 | 
| 当前版本 | 1.0.10 | 
| 更新时间 | 2020-11-13 | 
| 上架时间 | 2019-09-01 | 
| 评分 | 4.20/5 共168次评分 | 
| 开发者 | ChromeApps | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | http://bre.is | 
| 支持的语言 | de,en,tr,pl,ru,uk | 
| manifest.json | |
 {
    "author": "Brevis",
    "background": {
        "persistent": true,
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Short URL (Bre.is)"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}  |  |