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

下載PicSee URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}