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

Apa itu Likz.Me - Photo Sharing?

Likz.Me - Photo Sharing adalah ekstensi Chrome yang dikembangkan oleh https://likz.me, dan fitur utamanya adalah "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Likz.Me - Photo Sharing

Unduh file ekstensi Likz.Me - Photo Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
URL Resmi https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
Deskripsi Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Ukuran File 526 KB
Jumlah Instalasi 19
Versi Saat Ini 3.2.2
Terakhir Diperbarui 2014-09-30
Tanggal Publikasi 2014-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://likz.me
Tipe Pembayaran free
Situs Ekstensi https://likz.me
Bahasa yang Didukung 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"
}