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 |
| 公式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": [
"*.*"
]
} | |