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
官方網址 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"
}