PicSee URL Shortener

Make your url more attractive

PicSee URL Shortener란 무엇입니까?

PicSee URL Shortener은(는) https://picsee.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your url more attractive"입니다.

확장 프로그램 스크린샷

screenshot

PicSee URL Shortener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PicSee URL Shortener PicSee URL Shortener
ID cbpekbfkaeohicbbppdpaiaohacmpmnd
공식 URL https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd
설명 Make your url more attractive
파일 크기 22.79 KB
설치 횟수 1,668
현재 버전 1.5.1
최근 업데이트 2023-08-29
출시 날짜 2020-06-30
평점 4.33/5 총 3 개의 평점
개발자 https://picsee.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://picsee.io
개인정보 보호 정책 페이지 URL https://picsee.io/policy
지원되는 언어 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"
        ]
    }
}