제작자: Div or Die Add-on
Inspect and view changes in CSS Breakpoint Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CSS Breakpoint Button",
"version": "0.4.0",
"description": "See the active CSS breakpoint and viewport width on any page, with Bootstrap, Tailwind, or your own custom rule sets.",
"default_locale": "en",
"homepage_url": "https://css.usefulapps.cloud",
"icons": {
"16": "icons/16.png",
"19": "icons/19.png",
"38": "icons/38.png",
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"action": {
"default_popup": "src/popup/index.html",
"default_title": "CSS Breakpoint Button",
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
}
},
"background": {
"service_worker": "src/background.service-worker.js",
"scripts": [
"src/background.service-worker.js"
]
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"src/content-scripts/content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets/*.css",
"assets/*.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "webext@divordie.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 최고의 CSS Breakpoint Button 대안
다음은 CSS Breakpoint Button과(와) 유사한 Firefox add-on입니다:
Breakpoint Viewer
SleekAddons
BreakIt
alexnastgr
Tailwind responsive breakpoint
Dinesh S
Tailwind CSS Media Query Inspector
OwenMelbz
Tailwind Breakpoint
8columns
Built with Tailwind CSS
Dankore Software
BrowserOffice :: Breakpoints
BrowserOffice
Tailwind CSS Component Preview Extension
Aevorn LLC
Tailwind CSS Component Preview Extension
Aevorn LLC
Viewport & Tailwind CSS Container Inspector
EvoMark
Breakgrid – Responsive Viewport Tester
ByteSide.io
CSS Toggler
ap