All Projects → painty → Css Used Chromeext

painty / Css Used Chromeext

Licence: mit
Get all css rules used by the selected DOM and its children.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Css Used Chromeext

Dirac
A Chrome DevTools fork for ClojureScript developers
Stars: ✭ 732 (+401.37%)
Mutual labels:  chrome-extension, chrome-devtools
React Rewind
Time Travel Debugger for React useReducer
Stars: ✭ 159 (+8.9%)
Mutual labels:  chrome-extension, chrome-devtools
React Perftool
A browser developer tool extension, which will help you to inspect the performance of React Js components.
Stars: ✭ 90 (-38.36%)
Mutual labels:  chrome-extension, chrome-devtools
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (+15.07%)
Mutual labels:  chrome-extension, chrome-devtools
Ec Devtools
ec-devtools是支持canvas库 ( easycanvas , https://github.com/chenzhuo1992/easycanvas ) 的chrome调试工具,能对canvas的元素的样式、物理属性等进行修改,达到所见即所得的效果,提高调试效率
Stars: ✭ 35 (-76.03%)
Mutual labels:  chrome-extension, chrome-devtools
Chrome Devtools Autosave
Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
Stars: ✭ 1,032 (+606.85%)
Mutual labels:  chrome-extension, chrome-devtools
Polydev
Automatic web components profiling in chrome devtools
Stars: ✭ 118 (-19.18%)
Mutual labels:  chrome-extension, chrome-devtools
Remote Torrent Adder
A handy Chrome extension to add torrent files to torrent clients
Stars: ✭ 139 (-4.79%)
Mutual labels:  chrome-extension
Psdle
Improving everyone's favorite online download list, one loop at a time.
Stars: ✭ 141 (-3.42%)
Mutual labels:  chrome-extension
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (-6.16%)
Mutual labels:  chrome-extension
Slader Extension
Bypass Slader's 5 solutions limit per month to college books and remove the paywall about how many solutions left
Stars: ✭ 131 (-10.27%)
Mutual labels:  chrome-extension
Extra Keyboards For Chrome Os
Extra keyboard layouts and input methods for Chrome OS
Stars: ✭ 140 (-4.11%)
Mutual labels:  chrome-extension
Warcreate
Chrome extension to "Create WARC files from any webpage"
Stars: ✭ 143 (-2.05%)
Mutual labels:  chrome-extension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-5.48%)
Mutual labels:  chrome-extension
Notes
📔 Linux、MySQL、Nginx、PHP、Git、Shell 等笔记
Stars: ✭ 1,835 (+1156.85%)
Mutual labels:  chrome-extension
Code Snippets
Chrome DevTools code snippets
Stars: ✭ 1,741 (+1092.47%)
Mutual labels:  chrome-devtools
Codelf
A search tool helps dev to solve the naming things problem.
Stars: ✭ 12,052 (+8154.79%)
Mutual labels:  chrome-extension
Timecat
A Magical Web Recorder & Player 🖥
Stars: ✭ 1,955 (+1239.04%)
Mutual labels:  chrome-extension
Chrome Ssh Agent
SSH Agent for use with Google Chrome's Secure Shell extension
Stars: ✭ 142 (-2.74%)
Mutual labels:  chrome-extension
Coinflict Of Interest
Browser extension to show user biases on Crypto Twitter.
Stars: ✭ 142 (-2.74%)
Mutual labels:  chrome-extension

CSS-Used

CSS Used

Get all css rules used by the selected DOM and its children.

Get it at the Chrome Web Store : CSS Used >>

Overview

Get all css rules used by the selected DOM and its children. Used to extrac only the used CSS. So the unused css will be left out.

If the selected DOM is the body, the result will be all the used css by the whole page curently.

Usage

CSS-Used

F12 open the Developer Tools, select the dom and active the "CSS Used" pannel. The used CSS rules of the Selected dom and its children's will be listed in the right textare.

You can click "Preview" to see the selected part with clean style rules.

FAQ

  1. Permission to read my browsing history

    See https://github.com/painty/CSS-Used-ChromeExt/wiki/Permission-to-read-my-browsing-history%3F

  2. Local preview not right

    As for the CSS rule like .wrap p{...}, if only <p> is selected, the result .wrap p{...} may not apply directly to <p>. Either changing this rule's selector to p{...} or giving the <p> a .wrap parent in the final HTML.

  3. Not all the CSS is got

    The result is generated based on the CURRENT HTML DOM. If a div doesn't exist in the document unless a specific user interaction, the result may miss out the style rules for the newly born div.

  4. Always says to fresh the page

    First check whether it's Chrome Web Store pages, which is https://chrome.google.com/webstore/...., which won't allow content script injection. If it's a normal webpage , please create an issue.

Changelog

Go to releases

For older version infomation: Go to the Changelog page

Dev

  1. npm install to install all the dependencies
  2. npm run build gernerate /build/asset/js/content.js. Drag the build folder to chrome://extensions/, remember to turn on the dev mode on the top right of the page.
  3. npm test will start a local http://localhost:1234 server. Visiting the test page and check the console.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].