Shift Click Image Extractor
Extracting / sharing images: now easy as Shift
Shift Click Image Extractorとは何ですか?
Shift Click Image Extractorはhttps://shft.clによって開発されたChromeの拡張機能で、その主な機能は「Extracting / sharing images: now easy as Shift」です。
拡張機能のスクリーンショット
Shift Click Image Extractor拡張機能のCRXファイルをダウンロード
Shift Click Image Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shift Click is everything you need:
- an image extractor
- an image sharing tool
- an image downloader
- an Instagram image downloader
- a gif downloader
- and much more!
This extension generates automatically a short URL that allows you to share *any* images in a record time. No useless UI in your browser, this simple shortcut helps you to keep it clean!
Shift Click uses a hit test to bypass blank divs from getting at the image.
That means no more right-click + inspect. You can leave the dev tools behind.
Be prepared to save a Shiftload of time. 拡張機能の基本情報
| 名前 | |
| ID | aonflkdebcjkiimklgpgkclmjohclbbf |
| 公式URL | https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf |
| 説明 | Extracting / sharing images: now easy as Shift |
| ファイルサイズ | 30.69 KB |
| インストール数 | 12,792 |
| 現在のバージョン | 1.7.1 |
| 最終更新日 | 2023-01-30 |
| 公開日 | 2020-02-09 |
| 評価 | 3.98/5 合計 48 レビュー |
| 開発者 | https://shft.cl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://shft.cl/ |
| ヘルプページのURL | https://twitter.com/shftcl |
| プライバシーポリシーページのURL | https://shft.cl/tos |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shift Click Image Extractor",
"short_name": "Shift Click",
"manifest_version": 2,
"description": "Extracting \/ sharing images: now easy as Shift",
"version": "1.7.1",
"icons": {
"16": "context.png",
"64": "icon.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"author": "Deux Huit Huit",
"homepage_url": "https:\/\/shft.cl\/?utm_source=shftclck-ext&utm_medium=chrome-ext-panel&utm_campaign=chrome-ext-panel",
"externally_connectable": {
"matches": [
"*:\/\/shft.cl\/*"
]
},
"permissions": [
"activeTab",
"background",
"contextMenus",
"storage",
"unlimitedStorage",
"http:\/\/localhost\/",
"https:\/\/localhost\/",
"https:\/\/shft.cl\/",
" | |