reho.st for chrome
Right click to rehost image on reho.st
reho.st for chrome là gì?
reho.st for chrome là một tiện ích mở rộng Chrome được phát triển bởi lezioul, và tính năng chính của nó là "Right click to rehost image on reho.st".
Ả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 reho.st for chrome
Tải xuống các tệp mở rộng reho.st for chrome 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
Rehost image on hfr-rehost.net (once rehosted, clipboard contains bbcode) changelog: 0.4.4 : - issue with Local Storage. Revert back to 0.4.1 0.4.3 : - minor bug correction 0.4.2 : - host selection is now possible in the options panel (accessible through extension config.) 0.4.1 : - no more content-script on fullsize page (thx to Sly@HFR for page enhancement) - workaround on URLDecode error 0.4 : - add option : don't open tab with reho.st page (bbcode is still in the clipboard) 0.3 : - options page is now working... - open the fullsize page of the image - content-script : modification of the fullsize page to get rid of the code elements and replace them with textareas containing BBCode to the image. 0.2 : - change host to http://reho.st/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odechagfpmckcflcamdlnopgkkcbkkpi |
URL Chính Thức | https://chromewebstore.google.com/detail/rehost-for-chrome/odechagfpmckcflcamdlnopgkkcbkkpi |
Mô tả | Right click to rehost image on reho.st |
Kích Thước Tệp | 29.49 KB |
Số Lần Cài Đặt | 182 |
Phiên Bản Hiện Tại | 0.4.4 |
Cập Nhật Lần Cuối | 2016-02-25 |
Ngày Phát Hành | 2016-02-25 |
Đánh Giá | 3.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | lezioul |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "background": { "scripts": [ "scripts.js" ] }, "version": "0.4.4", "options_page": "options.html", "description": "Right click to rehost image on reho.st", "icons": { "16": "icon-16.png", "48": "icon-128.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6", "default_locale": "en", "manifest_version": 2 } |