Relocate
Share images with a service you like...
Relocate là gì?
Relocate là một tiện ích mở rộng Chrome được phát triển bởi https://grml.in, và tính năng chính của nó là "Share images with a service you like...".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Relocate
Tải xuống các tệp mở rộng Relocate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Select images you see in a website or take screenshots, than upload the image to other services. CONTEXT MENU - Right click an image in a website. - Select the service you want to upload the image to - The new url will be copied into your clipboard SCREENSHOTS - Select an area and take a screenshot - Select the service you want to upload the screenshot to - The new url will be copied into your clipboard DIRECT SELECTION - See all images of a website highlighted and select one - Select the service you want to upload the screenshot to - The new url will be copied into your clipboard Supported services: - imgur: http://imgur.com/ more coming...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Relocate |
ID | lnedbihgiafdcpaeoipkflhpebonnjfl |
URL Chính Thức | https://chromewebstore.google.com/detail/relocate/lnedbihgiafdcpaeoipkflhpebonnjfl |
Mô tả | Share images with a service you like... |
Kích Thước Tệp | 359 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2013-10-01 |
Ngày Phát Hành | 2013-10-01 |
Nhà Phát Triển | https://grml.in |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "minimum_chrome_version": "28", "manifest_version": 2, "description": "__MSG_appDescription__", "offline_enabled": false, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |