Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Hvad er Hyperlink from selected text?
Hyperlink from selected text er en Chrome-udvidelse udviklet af TGSchmidt, og dens hovedfunktion er "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Udvidelsesskærmbilleder
Download Hyperlink from selected text-udvidelses-CRX-fil
Download Hyperlink from selected text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu. A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.
Grundlæggende oplysninger om udvidelsen
Navn | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
Officiel URL | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Beskrivelse | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Filstørrelse | 21.65 KB |
Antal Installationer | 296 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-02-21 |
Udgivelsesdato | 2012-07-15 |
Bedømmelse | 3.63/5 Samlet 8 Bedømmelser |
Udvikler | TGSchmidt |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink from selected text", "version": "1.2", "manifest_version": 2, "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |