PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
Co to jest PencilSheep Image Tools?
PencilSheep Image Tools to rozszerzenie Chrome opracowane przez https://pencilsheep.com, a jego główną funkcją jest „Advanced context menus for images, PencilSheep browser integration”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PencilSheep Image Tools
Pobierz pliki rozszerzeń PencilSheep Image Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
Oficjalny URL | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Opis | Advanced context menus for images, PencilSheep browser integration |
Rozmiar pliku | 132 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 0.0.0.4 |
Ostatnia Aktualizacja | 2016-09-30 |
Data Publikacji | 2016-09-30 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://pencilsheep.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://pencilsheep.com |
Adres URL Strony Pomocy | http://pencilsheep.com |
Obsługiwane Języki | 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" } |