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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}