PencilSheep Image Tools
Advanced context menus for images, PencilSheep browser integration
Qu'est-ce que PencilSheep Image Tools ?
PencilSheep Image Tools est une extension Chrome développée par https://pencilsheep.com, et sa fonction principale est "Advanced context menus for images, PencilSheep browser integration".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PencilSheep Image Tools
Téléchargez les fichiers d'extension PencilSheep Image Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hcinnbkkbnnandoheifeigpfcglngmbd |
URL Officiel | https://chrome.google.com/webstore/detail/pencilsheep-image-tools/hcinnbkkbnnandoheifeigpfcglngmbd |
Description | Advanced context menus for images, PencilSheep browser integration |
Taille du Fichier | 132 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2016-09-30 |
Date de Publication | 2016-09-30 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://pencilsheep.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://pencilsheep.com |
URL de la Page d'Aide | http://pencilsheep.com |
Langues Prises en Charge | 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" } |