Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Twitter -_orig là gì?
Twitter -_orig là một tiện ích mở rộng Chrome được phát triển bởi Scotto, và tính năng chính của nó là "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
Ả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 Twitter -_orig
Tải xuống các tệp mở rộng Twitter -_orig 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
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter -_orig |
ID | abhahfjacodgcpjmnofopebllmgmdlef |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
Mô tả | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
Kích Thước Tệp | 14.46 KB |
Số Lần Cài Đặt | 230 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2019-07-28 |
Ngày Phát Hành | 2019-07-28 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Scotto |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter -_orig", "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/pbs.twimg.com\/media\/*" ], "browser_action": { "default_icon": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" } }, "commands": { "save": { "suggested_key": { "default": "Ctrl+S", "mac": "Command+S" }, "description": "Save" } } } |