PicSee URL Shortener

Make your url more attractive

PicSee URL Shortenerคืออะไร?

PicSee URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://picsee.io และคุณลักษณะหลักของมันคือ "Make your url more attractive"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PicSee URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}