PicSee

Make your url more attractive

PicSeeคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        ]
    }
}