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
Eメール [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"
}