Relocate

Share images with a service you like...

Was ist Relocate?

Relocate ist eine Chrome-Erweiterung, die von https://grml.in entwickelt wurde, und ihr Hauptmerkmal ist "Share images with a service you like...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Relocate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Relocate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Select images you see in a website or take screenshots, than upload the image to other services.

CONTEXT MENU
- Right click an image in a website.
- Select the service you want to upload the image to
- The new url will be copied into your clipboard

SCREENSHOTS
- Select an area and take a screenshot
- Select the service you want to upload the screenshot to
- The new url will be copied into your clipboard

DIRECT SELECTION
- See all images of a website highlighted and select one
- Select the service you want to upload the screenshot to
- The new url will be copied into your clipboard

Supported services:
- imgur: http://imgur.com/

more coming...                    

Grundlegende Informationen zur Erweiterung

Name Relocate Relocate
ID lnedbihgiafdcpaeoipkflhpebonnjfl
Offizielle URL https://chromewebstore.google.com/detail/relocate/lnedbihgiafdcpaeoipkflhpebonnjfl
Beschreibung Share images with a service you like...
Dateigröße 359 KB
Installationsanzahl 24
Aktuelle Version 0.0.7
Letztes Update 2013-10-01
Veröffentlichungsdatum 2013-10-01
Entwickler https://grml.in
Zahlungsart free
Unterstützte Sprachen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "minimum_chrome_version": "28",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "offline_enabled": false,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/jquery-ui-1.10.3.custom.css",
                "styles\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery-2.0.3.js",
                "scripts\/vendor\/jquery-ui-1.10.3.custom.js",
                "scripts\/Relocate.js",
                "scripts\/Shared.js",
                "scripts\/content.js",
                "scripts\/content\/ScreenCaptureView.js",
                "scripts\/content\/HighlightView.js",
                "scripts\/content\/HighlightedElement.js",
                "scripts\/content\/ButtonControl.js",
                "scripts\/content\/Lasso.js",
                "scripts\/content\/Point.js",
                "scripts\/content\/Rectangle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/imgur.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*.*",
        "images\/vendor\/*.*"
    ],
    "permissions": [
        "",
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}