IMAGE.cx Uploader
Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
什麼是IMAGE.cx Uploader?
IMAGE.cx Uploader是由https://image.cx開發的Chrome擴展程式,該擴展的主要功能是“Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!”。
擴展截圖
下載IMAGE.cx Uploader擴展crx文件
下載IMAGE.cx Uploader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Right-click the image, simply click the upload button, then you get to save this image onto your image.cx account! Also, you can capture the entire webpage or the visual part of the webpage, download it or save it into your image.cx account!! Please make sure that you select the correct button to upload(NSFW Upload or Normal Upload). Update Release v1.1.3 : 1. NSFW Upload option added in content menu and webpage capture previewer. 2. Optimized the CSS of the popup box. 3. Renew the content of the popup box. Important: This extension requires logging in at image.cx
擴展基本資訊
名稱 | IMAGE.cx Uploader |
ID | omnpckhepjoooklhgainemmcflbklddc |
官方網址 | https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc |
簡介 | Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!! |
檔案大小 | 185 KB |
安裝次數 | 44 |
目前版本 | 1.1.3 |
更新時間 | 2020-05-04 |
上架時間 | 2020-05-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://image.cx |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://image.cx |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMAGE.cx Uploader", "homepage_url": "https:\/\/image.cx\/", "short_name": "IMAGE.cx Uploader", "description": "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!", "version": "1.1.3", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "pages\/popup.html" }, "permissions": [ "contextMenus", "activeTab", "notifications", "storage" ], "background": { "scripts": [ "js\/jquery.js", "js\/upload.js", "js\/background.js" ] }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ " |