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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/",
" | |