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
公式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
Eメール [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"
        ]
    }
}