Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
什麼是Grids by Color Sets?
Grids by Color Sets是由https://colorsets.com開發的Chrome擴展程式,該擴展的主要功能是“Flexible column and baseline grids, beautifully rendered in your browser.”。
擴展截圖
下載Grids by Color Sets擴展crx文件
下載Grids by Color Sets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Flexible column and baseline grids, beautifully rendered in your browser. 擴展基本資訊
| 名稱 | |
| ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
| 官方網址 | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
| 簡介 | Flexible column and baseline grids, beautifully rendered in your browser. |
| 檔案大小 | 171 KB |
| 安裝次數 | 130 |
| 目前版本 | 0.1.4 |
| 更新時間 | 2019-06-29 |
| 上架時間 | 2019-06-24 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://colorsets.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://colorsets.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Grids by Color Sets",
"short_name": "Grids",
"version": "0.1.4",
"default_locale": "en",
"description": "Flexible column and baseline grids, beautifully rendered in your browser.",
"homepage_url": "https:\/\/colorsets.com\/extensions\/grids",
"author": "Color Sets",
"incognito": "spanning",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icons\/icon-16.png",
"32": "images\/icons\/icon-32.png",
"48": "images\/icons\/icon-48.png",
"128": "images\/icons\/icon-128.png"
}
},
"commands": {
"toggle-grid": {
"suggested_key": {
"default": "Ctrl+G",
"mac": "MacCtrl+G"
},
"description": "Toggle grid display"
}
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"content.js"
],
"icons": {
"16": "images\/icons\/icon-16.png",
"32": "images\/icons\/icon-32.png",
"48": "images\/icons\/icon-48.png",
"128": "images\/icons\/icon-128.png"
},
"offline_enabled": true,
"manifest_version": 2
} | |