PicSee URL Shortener

Make your url more attractive

Co to jest PicSee URL Shortener?

PicSee URL Shortener to rozszerzenie Chrome opracowane przez https://picsee.io, a jego główną funkcją jest „Make your url more attractive”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PicSee URL Shortener

Pobierz pliki rozszerzeń PicSee URL Shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Make your url more attractive
Customized your share link's Preview Image, support Facebook, Google, Twitter, LINE..., Makes your share link more attractive!
Sort your url for social network.                    

Podstawowe informacje o rozszerzeniu

Nazwa PicSee URL Shortener PicSee URL Shortener
ID cbpekbfkaeohicbbppdpaiaohacmpmnd
Oficjalny URL https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd
Opis Make your url more attractive
Rozmiar pliku 22.79 KB
Liczba instalacji 1,668
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2023-08-29
Data Publikacji 2020-06-30
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://picsee.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://picsee.io
Adres URL Strony Polityki Prywatności https://picsee.io/policy
Obsługiwane Języki zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PicSee URL Shortener",
    "description": "Make your url more attractive",
    "version": "1.5.1",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "library\/js-cookie.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "115539371895-oo540ildvn49un8ijmi9us5fpt7lqn8q.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}