View link source
Adds 'View link source' to the context menu.
Vad är View link source?
View link source är en Chrome-tillägg utvecklad av OrcaSoft, och dess huvudfunktion är "Adds 'View link source' to the context menu.".
Tilläggsskärmbilder
Ladda ner View link source-förlängningens CRX-fil
Ladda ner View link source-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds 'View link source' to the context menu.
Grundläggande Information om Tillägg
Namn | View link source |
ID | kmpjbdkdnehfenbgchigbbmnahcfeidc |
Officiell webbadress | https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc |
Beskrivning | Adds 'View link source' to the context menu. |
Filstorlek | 24.95 KB |
Antal Installationer | 207 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2024-01-02 |
Publiceringsdatum | 2019-01-12 |
Betyg | 4.11/5 Totalt 9 Betyg |
Utvecklare | OrcaSoft |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Stödda Språk | 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" } } |