PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
Vad är PencilSheep Image Tools?
PencilSheep Image Tools är en Chrome-tillägg utvecklad av https://pencilsheep.com, och dess huvudfunktion är "Advanced context menus for images, PencilSheep browser integration".
Tilläggsskärmbilder
Ladda ner PencilSheep Image Tools-förlängningens CRX-fil
Ladda ner PencilSheep Image Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
Officiell webbadress | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Beskrivning | Advanced context menus for images, PencilSheep browser integration |
Filstorlek | 132 KB |
Antal Installationer | 33 |
Aktuell Version | 0.0.0.4 |
Senast Uppdaterad | 2016-09-30 |
Publiceringsdatum | 2016-09-30 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://pencilsheep.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://pencilsheep.com |
Hjälpsida URL | http://pencilsheep.com |
Stödda Språk | 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" } |