dmfgkkcgfcaciolbfagclhaainpigkmd
View source code of online HTML, CSS & JavaScript files. The extension automatically downloads the source locally and opens the file in a rich code editor with syntax highlighting support, text search, code collapse and more. If input is in the following format: protocol://domain/file_path:row:column it will automatically set the cursor in that position, a productivity booster when it comes to debugging.
View Rendered Source
View source is dead. See how the browser renders a page, not just what the server sends. A lightweight Chrome Extension that shows you how the browser has constructed (rendered) a page's original HTML into a functioning DOM, including modifications made by JavaScript. An essential tool for web developers using JavaScript frameworks like Angular, ReactJS and Vue.js, and for SEOs to understand how search engines see your pages, especially considering Google's dynamic serving workaround. Differences between raw and rendered versions are highlighted line-by-line showing how JavaScript has modified a page at render time. * Raw: The source code sent from the server to the browser before the DOM is rendered. The same as you'll see with traditional 'View Source' in the browser (after minor formatting tweaks) * Rendered: The rendered page after the source has been interpreted into a DOM, including any modifications made by Javascript * Difference: The difference between the rendered source and the raw source. Differences occur when JavaScript has modified the DOM. Adaptive website? If you serve different source code to mobile devices, emulate this easily with a mobile user-agent checkbox. Dynamic serving for Google? (More info: https://developers.google.com/search/docs/guides/dynamic-rendering) Using Google's dynamic rendering workaround designed for Javascript-heavy sites? Just request the raw source as Googlebot and ensure perfect technical SEO. Works with GatsbyJS and Prerender. DM the developer: https://twitter.com/ItsHogg
Night Viewer - Dark mode for view page source
Night Viewer enables dark mode for the View Page Sources, structures and formats the code to make it more readable A lightweight and free Chrome Extension that enables dark mode for the View Page Source. Not only that, it also shows you how the browser has rendered a page’s original HTML into a functioning DOM, including modifications made by JavaScript. Night Viewer allows you to modify the font size of the View Page Source by increasing or decreasing it to make it more readable. CORE FEATURES ➤ Enable dark mode for the View Page Source ➤ Allow you to modify (increase and decrease) the font size at the View Page Source ➤ Beautify the source code to make it more readable ➤ Show you source code before JavaScript execution (returned from server) ➤ Show you source code after JavaScript execution (same as Developer FREE FOREVER Night Viewer is completely FREE extension that is developed by the team behind one of the best dark mode extensions - Night Eye More details can be found at http://nighteye.app WE CARE ABOUT PRIVACY Instead of simply pointing you to our privacy policy. We would like to address this topic in the most understandable language here. This extension is serverless - no requests are being made. The only data it collects and stores locally (on your computer) is what type of font have you chosen and the preferred source code view. FOLLOW US:: Facebook - https://facebook.com/night.eye.extension/ Twitter - https://twitter.com/nighteye_ext Pinterest -https://pinterest.com/nighteyeextension/
Chrome extension source viewer
View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere. View the source code of any Chrome extension in the Chrome Web store without installing it. Features: - Button at the Chrome Web store - Download extension as zip file - View source - Configurable via context menu on button: Set one-click action via "primary action on click". - View source: - File name/type filter - Search in the file content (literal or regexp) - Automatic beautification (formatting) of code - Syntax highlighting - Show hashes (md5, sha1, sha256, sha384, sha512) of individual files - Image preview - View embedded zip files - View any zip file by URL or file chooser - View source of platform-specific extensions (such as Chrome OS-only extensions, or NaCl for a different architecture). - Permalink to file and search result within a zip or extension file. - Full support for incognito mode. - Outputs public key and extension ID to the console. Optional features (see options page): - View source of Opera 15+ extensions, Edge extensions, Firefox addons or Thunderbird add-ons. - "View extension source" contextmenu item on links to Chrome extensions - View source of Chrome extensions outside the webstore. The View source button becomes visible when you select a CRX file for download. Change log: - 1.2.3: Add "downloads" permission to make sure that the "Download" button always works as intended. - 1.2.4: Add extra parameters to the CRX URL to make sure that CRX files of extensions uploaded to the Chrome Web Store after July 2014 are correctly read. - 1.2.6: Sync options, use optionsV2, show numeric progress instead of dots, updated JSBeautifier, restore font size. - 1.2.7: Bugfixes (viewer height, checkbox filter). - 1.3: Support Firefox addons (also available as a Firefox addon!) Search within files Customize webstore download parameters View embedded zip files and any zip file - 1.3.1: Use correct URL for loading extension files. - 1.3.2: Bugfix to allow unusual extension URLs to be opened again. - 1.4: New syntax highlighter, improved search controls, improved word wrap. - 1.5: Calculate hashes, add link to Github project page, bugfix for case-sensitive search. - 1.6: Improved search highlighting & also search in beautified content. - 1.6.2: Configurable "primary action on click", open new tab next to current tab. - 1.6.4: Support the new CRX3 Chrome extension file format (#62). - 1.6.6: Permalink support, Firefox add-on finder. - 1.6.7: Fix broken extension due to bug with storage access and NativeCrxBindings. - 1.6.8: Support CRX3 file format from CWS; support some other AMO domains. - 1.6.9: Add option to add the context menu item to more links (#69), open new tabs via context menu next to current tab. - 1.6.10: Improve syntax highlighting (perf, highlighting of WebAssembly source), show sum of file sizes. - 1.6.11: Add "Extension ID" row at Analysis of manifest.json, improve CRX3 public key detection, improve zip fallback detection. - 1.6.12: Support source viewing of Edge and Thunderbird extensions, recognize CRX3 from Opera, update beautifier. - 1.6.13: Work around Chrome bug that broke the extension button (#120). - 1.7.0: Support new Chrome Web Store (#134), and migrate to Manifest Version 3.
Quick source viewer
View current page sources: HTML + Javascript + CSS Displays HTML, Javascript and CSS sources of a page in a fast and compact way. Source code is syntax colorized and beautified for easy reading. Badge in the toolbar shows Javascript node counts. File size and cache header is displayed. Display onclick handlers with inline javascript. Look and feel can be modified with custom CSS. Selected urls can be hilighted in the list of source files.