SourceViewer(zvSource)
View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
What is SourceViewer(zvSource)?
SourceViewer(zvSource) is a Chrome extension developed by https://www.zenoven.com, and its main feature is "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".
Extension Screenshots
Download SourceViewer(zvSource) Extension CRX File
Download SourceViewer(zvSource) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With zvSource SourceViewer you can view the original webpage source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current line and more features Features: 1.View the original source code in the current tab,real source code 2.Syntax highlight,linenumber 3.highlight current line
Extension Basic Information
Name | SourceViewer(zvSource) |
ID | ggkbiakmiljlbbfhjajlpjgckcjanbab |
Official URL | https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab |
Description | View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current… |
File Size | 738 KB |
Installation Count | 2,489 |
Current Version | 1.1 |
Last Updated | 2021-07-09 |
Publish Date | 2019-03-08 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://www.zenoven.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/zenoven/privacy-policy/blob/main/README.md |
Supported Languages | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "version": "1.1", "description": "__MSG_extDescription__", "default_locale": "zh_CN", "browser_action": { "default_icon": "images\/16.png" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", " |