PencilSheep Image Tools

Advanced context menus for images, PencilSheep browser integration

什么是PencilSheep Image Tools?

PencilSheep Image Tools是由https://pencilsheep.com开发的Chrome扩展程序,该扩展的主要功能是“Advanced context menus for images, PencilSheep browser integration”。

扩展截图

screenshot
screenshot
screenshot

下载PencilSheep Image Tools扩展crx文件

下载PencilSheep Image Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}