Bookmarklet
Grab images from any website
What is Bookmarklet?
Bookmarklet is a Chrome extension developed by longbill.cn, and its main feature is "Grab images from any website".
Extension Screenshots
Download Bookmarklet Extension CRX File
Download Bookmarklet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Bookmarklet |
ID | oeajbnbabgpadjendblcdhokmkgiakep |
Official URL | https://chromewebstore.google.com/detail/bookmarklet/oeajbnbabgpadjendblcdhokmkgiakep |
Description | Grab images from any website |
File Size | 238 KB |
Installation Count | 515 |
Current Version | 1.2.8 |
Last Updated | 2017-02-09 |
Publish Date | 2017-02-09 |
Developer | longbill.cn |
Payment Type | free |
Supported Languages | 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": [ "*.*" ] } |