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

Hvad er Likz.Me - Photo Sharing?

Likz.Me - Photo Sharing er en Chrome-udvidelse udviklet af https://likz.me, og dens hovedfunktion er "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".

Udvidelsesskærmbilleder

screenshot

Download Likz.Me - Photo Sharing-udvidelses-CRX-fil

Download Likz.Me - Photo Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
Officiel URL https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
Beskrivelse Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Filstørrelse 526 KB
Antal Installationer 19
Nuværende Version 3.2.2
Senest Opdateret 2014-09-30
Udgivelsesdato 2014-09-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://likz.me
Betalingsmetode free
Udvidelseswebsted https://likz.me
Understøttede Sprog 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"
}