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 |
官方網址 | 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" } } |