View link source
Adds 'View link source' to the context menu.
什么是View link source?
View link source是由OrcaSoft开发的Chrome扩展程序,该扩展的主要功能是“Adds 'View link source' to the context menu.”。
扩展截图
下载View link source扩展crx文件
下载View link source扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds 'View link source' to the context menu.
扩展基本信息
名称 | View link source |
ID | kmpjbdkdnehfenbgchigbbmnahcfeidc |
官方URL | https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc |
简介 | Adds 'View link source' to the context menu. |
文件大小 | 24.95 KB |
安装次数 | 207 |
当前版本 | 1.0.3 |
更新时间 | 2024-01-02 |
上架时间 | 2019-01-12 |
评分 | 4.11/5 共9次评分 |
开发者 | OrcaSoft |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View link source", "version": "1.0.3", "manifest_version": 3, "description": "__MSG_extDescription__", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "service_worker": "context.js" }, "permissions": [ "contextMenus", "activeTab" ], "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |