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

Cos'è Likz.Me - Photo Sharing?

Likz.Me - Photo Sharing è un'estensione di Chrome sviluppata da https://likz.me, e la sua funzione principale è "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Likz.Me - Photo Sharing

Scarica i file di estensione Likz.Me - Photo Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
URL Ufficiale https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
Descrizione Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Dimensione del File 526 KB
Conteggio Installazioni 19
Versione Corrente 3.2.2
Ultimo Aggiornamento 2014-09-30
Data di Pubblicazione 2014-09-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://likz.me
Tipo di Pagamento free
Sito Web dell'Estensione https://likz.me
Lingue Supportate 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"
}