CopyURL

Copy the URL and title of the active page.

Vad är CopyURL?

CopyURL är en Chrome-tillägg utvecklad av hiroyuki.komatsu, och dess huvudfunktion är "Copy the URL and title of the active page.".

Tilläggsskärmbilder

screenshot

Ladda ner CopyURL-förlängningens CRX-fil

Ladda ner CopyURL-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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

Grundläggande Information om Tillägg

Namn CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
Officiell webbadress https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Beskrivning Copy the URL and title of the active page.
Filstorlek 7.09 KB
Antal Installationer 167
Aktuell Version 1.4
Senast Uppdaterad 2023-12-08
Publiceringsdatum 2020-06-21
Utvecklare hiroyuki.komatsu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hiroyuki-komatsu/copyurl
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}