Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Vad är Copy hyperlink as Edge does?
Copy hyperlink as Edge does är en Chrome-tillägg utvecklad av zxylost, och dess huvudfunktion är "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Tilläggsskärmbilder
Ladda ner Copy hyperlink as Edge does-förlängningens CRX-fil
Ladda ner Copy hyperlink as Edge does-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
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. Grundläggande Information om Tillägg
| Namn | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| Beskrivning | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| Filstorlek | 10.83 KB |
| Antal Installationer | 26 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2023-06-18 |
| Publiceringsdatum | 2023-06-18 |
| Utvecklare | zxylost |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"content_scripts": [
{
"all_frames": true,
"js": [
"copyurlwithtitle.js",
"toast.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Copy hyperlink as Edge does",
"short_name": "Copy hyperlink as Edge does",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1"
} | |