PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
PencilSheep Image Toolsคืออะไร?
PencilSheep Image Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pencilsheep.com และคุณลักษณะหลักของมันคือ "Advanced context menus for images, PencilSheep browser integration"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PencilSheep Image Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |