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

Qu'est-ce que Likz.Me - Photo Sharing ?

Likz.Me - Photo Sharing est une extension Chrome développée par https://likz.me, et sa fonction principale est "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Likz.Me - Photo Sharing

Téléchargez les fichiers d'extension Likz.Me - Photo Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
URL Officiel https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
Description Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Taille du Fichier 526 KB
Nombre d'Installations 19
Version Actuelle 3.2.2
Dernière Mise à Jour 2014-09-30
Date de Publication 2014-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://likz.me
Type de Paiement free
Site Web de l'Extension https://likz.me
Langues Prises en Charge 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"
}