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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |