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 |
官方網址 | 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" } |