your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Apa itu your ShortURL service (pygmy)?

your ShortURL service (pygmy) adalah ekstensi Chrome yang dikembangkan oleh Oriol Rius, dan fitur utamanya adalah "pygmy shorturl Chrome extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi your ShortURL service (pygmy)

Unduh file ekstensi your ShortURL service (pygmy) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
URL Resmi https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Deskripsi pygmy shorturl Chrome extension
Ukuran File 19.32 KB
Jumlah Instalasi 119
Versi Saat Ini 0.4
Terakhir Diperbarui 2018-07-12
Tanggal Publikasi 2018-07-12
Pengembang Oriol Rius
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL Halaman Bantuan http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL Halaman Kebijakan Privasi http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Bahasa yang Didukung 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"
    ]
}