Bookmarklet
Grab images from any website
Wat is Bookmarklet?
Bookmarklet is een Chrome-extensie ontwikkeld door longbill.cn, en de belangrijkste functie is "Grab images from any website".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarklet
Download Bookmarklet-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
Basisinformatie over de Extensie
Naam | Bookmarklet |
ID | oeajbnbabgpadjendblcdhokmkgiakep |
Officiële URL | https://chromewebstore.google.com/detail/bookmarklet/oeajbnbabgpadjendblcdhokmkgiakep |
Beschrijving | Grab images from any website |
Bestandsgrootte | 238 KB |
Aantal Installaties | 515 |
Huidige Versie | 1.2.8 |
Laatst Bijgewerkt | 2017-02-09 |
Publicatiedatum | 2017-02-09 |
Ontwikkelaar | longbill.cn |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarklet", "description": "Grab images from any website", "version": "1.2.8", "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "homepage_url": "http:\/\/jszen.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "name": "Grab images on this page", "default_icon": "icon_20_white.png" }, "web_accessible_resources": [ "*.*" ] } |