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

下载your ShortURL service (pygmy)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}