PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
PencilSheep Image Tools là gì?
PencilSheep Image Tools là một tiện ích mở rộng Chrome được phát triển bởi https://pencilsheep.com, và tính năng chính của nó là "Advanced context menus for images, PencilSheep browser integration".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PencilSheep Image Tools
Tải xuống các tệp mở rộng PencilSheep Image Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
URL Chính Thức | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Mô tả | Advanced context menus for images, PencilSheep browser integration |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2016-09-30 |
Ngày Phát Hành | 2016-09-30 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://pencilsheep.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pencilsheep.com |
URL Trang Trợ Giúp | http://pencilsheep.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |