Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
什么是Twitter -_orig?
Twitter -_orig是由Scotto开发的Chrome扩展程序,该扩展的主要功能是“No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.”。
扩展截图
下载Twitter -_orig扩展crx文件
下载Twitter -_orig扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | abhahfjacodgcpjmnofopebllmgmdlef |
| 官方URL | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
| 简介 | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
| 文件大小 | 14.46 KB |
| 安装次数 | 230 |
| 当前版本 | 0.5 |
| 更新时间 | 2019-07-28 |
| 上架时间 | 2019-07-28 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Scotto |
| 付费类型 | free |
| 支持的语言 | 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"
}
}
} | |