PicSee

Make your url more attractive

什麼是PicSee?

PicSee是由picsee.co開發的Chrome擴展程式,該擴展的主要功能是“Make your url more attractive”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PicSee擴展crx文件

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

擴展使用說明

                        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 PicSee
ID maoighhkcobabafmpacnchanpaimamjo
官方網址 https://chromewebstore.google.com/detail/picsee/maoighhkcobabafmpacnchanpaimamjo
簡介 Make your url more attractive
檔案大小 89.55 KB
安裝次數 6,442
目前版本 1.4.5
更新時間 2021-08-12
上架時間 2019-07-11
評分 4.00/5 共 23 次評分
開發者 picsee.co
電子郵箱 [email protected]
付費類型 free
擴展官網 http://picsee.io
說明頁面URL https://picsee.io/about
隱私政策頁面URL https://picsee.io/privacy
支援的語言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PicSee",
    "description": "Make your url more attractive",
    "version": "1.4.5",
    "icons": {
        "128": "images\/PicSee_logo_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "library\/js-cookie.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "115539371895-g0d3puek92bs3qu4qkboj7strq6858mk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}