Save Images to Drive
Allow to Save images from web page to your Drive
Wat is Save Images to Drive?
Save Images to Drive is een Chrome-extensie ontwikkeld door Armen Stepanyan, en de belangrijkste functie is "Allow to Save images from web page to your Drive".
Extensie Screenshots
Download het CRX-bestand van de extensie Save Images to Drive
Download Save Images to Drive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Save images from web pages to your Drive. Adds a right-click context menu, you can save images by right clicking on images and selecting 'Save to Drive' option. After that, it will open modal window, where you can see 'Save' button and images info(width, height).
Basisinformatie over de Extensie
Naam | |
ID | nhipbdnhkdgblcdeehpfjbadpehnjged |
Officiële URL | https://chrome.google.com/webstore/detail/save-images-to-drive/nhipbdnhkdgblcdeehpfjbadpehnjged |
Beschrijving | Allow to Save images from web page to your Drive |
Bestandsgrootte | 91.3 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-03-14 |
Publicatiedatum | 2017-12-24 |
Beoordeling | 4.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Armen Stepanyan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://site-blocker.info/product/save-image-to-google-drive-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Save Images to Drive", "description": "Allow to Save images from web page to your Drive", "content_security_policy": "script-src 'self' 'unsafe-eval'; https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "drive_icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "content_scripts": [ { "matches": [ " |