directGyazo
This extension redirects a Gyazo link to a direct image link.
什么是directGyazo?
directGyazo是由skiilaa开发的Chrome扩展程序,该扩展的主要功能是“This extension redirects a Gyazo link to a direct image link.”。
下载directGyazo扩展crx文件
下载directGyazo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.
扩展基本信息
名称 | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
官方URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
简介 | This extension redirects a Gyazo link to a direct image link. |
文件大小 | 3.24 KB |
安装次数 | 23 |
当前版本 | 1.0 |
更新时间 | 2017-03-05 |
上架时间 | 2017-03-05 |
开发者 | skiilaa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directGyazo", "description": "This extension redirects a Gyazo link to a direct image link.", "version": "1.0", "background": { "scripts": [ "gyazoRed.js" ] }, "permissions": [ "tabs" ] } |