Likz.Me - Photo Sharing

Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload

Likz.Me - Photo Sharingคืออะไร?

Likz.Me - Photo Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://likz.me และคุณลักษณะหลักของมันคือ "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Likz.Me - Photo Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Likz.Me - Photo Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
คำอธิบาย Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
ขนาดไฟล์ 526 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 3.2.2
อัปเดตครั้งล่าสุด 2014-09-30
วันที่เผยแพร่ 2014-09-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://likz.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://likz.me
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/chrome.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Capture visible content \/ region of a web page, or the whole page. Edit your image \/ screenshot with our tools and upload",
    "homepage_url": "https:\/\/likz.me",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon19.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Likz.Me - Photo Sharing",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "activeTab",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.2"
}