PencilSheep Image Tools

Advanced context menus for images, PencilSheep browser integration

Wat is PencilSheep Image Tools?

PencilSheep Image Tools is een Chrome-extensie ontwikkeld door https://pencilsheep.com, en de belangrijkste functie is "Advanced context menus for images, PencilSheep browser integration".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PencilSheep Image Tools

Download PencilSheep Image Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extract images from websites and edit them with PencilSheep!

Features
- List all images on a website
- Send images to PencilSheep for editing
- Take screenshots of websites and send them to PencilSheep
- "Edit Image" context menu                    

Basisinformatie over de Extensie

Naam PencilSheep Image Tools PencilSheep Image Tools
ID hcinnbkkbnnandoheifeigpfcglngmbd
Officiële URL https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd
Beschrijving Advanced context menus for images, PencilSheep browser integration
Bestandsgrootte 132 KB
Aantal Installaties 33
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2016-09-30
Publicatiedatum 2016-09-30
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://pencilsheep.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://pencilsheep.com
Help Pagina-URL http://pencilsheep.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PencilSheep Image Tools",
    "short_name": "PencilSheep Tools",
    "description": "Advanced context menus for images, PencilSheep browser integration",
    "version": "0.0.0.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8002\/a"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "Image Tools",
        "default_popup": "menu.htm"
    },
    "incognito": "split"
}