PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
Apa itu PencilSheep Image Tools?
PencilSheep Image Tools adalah ekstensi Chrome yang dikembangkan oleh https://pencilsheep.com, dan fitur utamanya adalah "Advanced context menus for images, PencilSheep browser integration".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PencilSheep Image Tools
Unduh file ekstensi PencilSheep Image Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
URL Resmi | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Deskripsi | Advanced context menus for images, PencilSheep browser integration |
Ukuran File | 132 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2016-09-30 |
Tanggal Publikasi | 2016-09-30 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://pencilsheep.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://pencilsheep.com |
URL Halaman Bantuan | http://pencilsheep.com |
Bahasa yang Didukung | 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" } |