Foundation Overlay
This extension creates an overlay for the Foundation grid system
Foundation Overlay là gì?
Foundation Overlay là một tiện ích mở rộng Chrome được phát triển bởi Daniel Samuels, và tính năng chính của nó là "This extension creates an overlay for the Foundation grid system".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Foundation Overlay
Tải xuống các tệp mở rộng Foundation Overlay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Foundation overlay displays the grid overlay on top of your website built on the Foundation framework. It detects custom grid widths, so long as Foundation is using the default container and span classes. This project was forked from Bootstrap overlay https://github.com/chuckhendo/chrome-bootstrap Feedback is encouraged and welcomed at https://github.com/danielsamuels/chrome-foundation
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Foundation Overlay |
ID | odknmbgidnpnihgllkebklpekefphpbn |
URL Chính Thức | https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn |
Mô tả | This extension creates an overlay for the Foundation grid system |
Kích Thước Tệp | 9.14 KB |
Số Lần Cài Đặt | 857 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2014-10-18 |
Ngày Phát Hành | 2014-10-18 |
Đánh Giá | 4.50/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Daniel Samuels |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/danielsamuels/chrome-foundation |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foundation Overlay", "description": "This extension creates an overlay for the Foundation grid system", "version": "1.2.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon32_off.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "tabs", " |