Bookmarklet
Grab images from any website
什么是Bookmarklet?
Bookmarklet是由longbill.cn开发的Chrome扩展程序,该扩展的主要功能是“Grab images from any website”。
扩展截图
下载Bookmarklet扩展crx文件
下载Bookmarklet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Bookmarklet |
ID | oeajbnbabgpadjendblcdhokmkgiakep |
官方URL | https://chromewebstore.google.com/detail/bookmarklet/oeajbnbabgpadjendblcdhokmkgiakep |
简介 | Grab images from any website |
文件大小 | 238 KB |
安装次数 | 515 |
当前版本 | 1.2.8 |
更新时间 | 2017-02-09 |
上架时间 | 2017-02-09 |
开发者 | longbill.cn |
付费类型 | free |
支持的语言 | 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": [ "*.*" ] } |