PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
What is PencilSheep Image Tools?
PencilSheep Image Tools is a Chrome extension developed by https://pencilsheep.com, and its main feature is "Advanced context menus for images, PencilSheep browser integration".
Extension Screenshots
Download PencilSheep Image Tools Extension CRX File
Download PencilSheep Image Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
Official URL | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Description | Advanced context menus for images, PencilSheep browser integration |
File Size | 132 KB |
Installation Count | 33 |
Current Version | 0.0.0.4 |
Last Updated | 2016-09-30 |
Publish Date | 2016-09-30 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://pencilsheep.com |
[email protected] | |
Payment Type | free |
Extension Website | http://pencilsheep.com |
Help Page URL | http://pencilsheep.com |
Supported Languages | 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" } |