Bookmarklet
Grab images from any website
什麼是Bookmarklet?
Bookmarklet是由longbill.cn開發的Chrome擴展程式,該擴展的主要功能是“Grab images from any website”。
擴展截圖
下載Bookmarklet擴展crx文件
下載Bookmarklet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | oeajbnbabgpadjendblcdhokmkgiakep |
| 官方網址 | 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": [
"*.*"
]
} | |