Alphacoders Image Previewer
alphacoders fast image previewer
什么是Alphacoders Image Previewer?
Alphacoders Image Previewer是由Guja1501开发的Chrome扩展程序,该扩展的主要功能是“alphacoders fast image previewer”。
下载Alphacoders Image Previewer扩展crx文件
下载Alphacoders Image Previewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In http://wall.alphacoders.com/ we will be able to see image with full size without reload website. It's just image previewer.
扩展基本信息
名称 | |
ID | pdgcdigokeifcekoimfaibamccnfejgp |
官方URL | https://chrome.google.com/webstore/detail/alphacoders-image-preview/pdgcdigokeifcekoimfaibamccnfejgp |
简介 | alphacoders fast image previewer |
文件大小 | 47.02 KB |
安装次数 | 16 |
当前版本 | 1.0 |
更新时间 | 2015-05-17 |
上架时间 | 2015-05-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Guja1501 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alphacoders Image Previewer", "short_name": "AIP", "description": "alphacoders fast image previewer", "version": "1.0", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.alphacoders.com\/*" ] } ], "icons": { "32": "icon128.png", "64": "icon128.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.alphacoders.com\/*" ], "web_accessible_resources": [], "manifest_version": 2 } |