SimpleSize
This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
什么是SimpleSize?
SimpleSize是由Damien van Holten开发的Chrome扩展程序,该扩展的主要功能是“This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.”。
扩展截图
下载SimpleSize扩展crx文件
下载SimpleSize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | SimpleSize |
ID | ojjhoepiggciiaepjpkfcielnimbfkhh |
官方URL | https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh |
简介 | This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat. |
文件大小 | 93.91 KB |
安装次数 | 150 |
当前版本 | 0.0.1 |
更新时间 | 2015-03-27 |
上架时间 | 2015-03-27 |
评分 | 3.67/5 共3次评分 |
开发者 | Damien van Holten |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ] }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "file:\/\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "name": "SimpleSize", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |