PencilSheep Image Tools

Advanced context menus for images, PencilSheep browser integration

PencilSheep Image Tools क्या है?

PencilSheep Image Tools https://pencilsheep.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced context menus for images, PencilSheep browser integration"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PencilSheep Image Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PencilSheep Image Tools PencilSheep Image Tools
ID hcinnbkkbnnandoheifeigpfcglngmbd
आधिकारिक URL https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd
विवरण Advanced context menus for images, PencilSheep browser integration
फ़ाइल का आकार 132 KB
स्थापना संख्या 33
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2016-09-30
प्रकाशन तिथि 2016-09-30
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://pencilsheep.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pencilsheep.com
सहायता पृष्ठ URL http://pencilsheep.com
समर्थित भाषाएँ 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"
}