Copy Link

Chrome extension to copy the link of the current page.

Vad är Copy Link?

Copy Link är en Chrome-tillägg utvecklad av chick307, och dess huvudfunktion är "Chrome extension to copy the link of the current page.".

Tilläggsskärmbilder

screenshot

Ladda ner Copy Link-förlängningens CRX-fil

Ladda ner Copy Link-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

                        This extension helps you to copy the link of the current page.                    

Grundläggande Information om Tillägg

Namn Copy Link Copy Link
ID odhbmnlhdmbcacdoopohcddanplmmljd
Officiell webbadress https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd
Beskrivning Chrome extension to copy the link of the current page.
Filstorlek 67.58 KB
Antal Installationer 18
Aktuell Version 1.2.0
Senast Uppdaterad 2021-08-03
Publiceringsdatum 2020-02-09
Utvecklare chick307
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link",
    "version": "1.2.0",
    "description": "Chrome extension to copy the link of the current page.",
    "browser_action": {
        "default_icon": {
            "32": "assets\/images\/browser-action-32.png",
            "64": "assets\/images\/browser-action-64.png"
        },
        "default_popup": "views\/popup.html",
        "default_title": "Copy Link"
    },
    "content_security_policy": "default-src 'self'",
    "icons": {
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "minimum_chrome_version": "79",
    "permissions": [
        "activeTab"
    ]
}