Copy Page URL

Copy Page URL from context menu or toolbar

What is Copy Page URL?

Copy Page URL is a Chrome extension developed by alex7kom, and its main feature is "Copy Page URL from context menu or toolbar".

Extension Screenshots

screenshot
screenshot

Download Copy Page URL Extension CRX File

Download Copy Page URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Copy Page URL from the context menu or by clicking on the toolbar icon.                    

Extension Basic Information

Name Copy Page URL Copy Page URL
ID dobnehimlklapeengfdlhdkpijhjdkag
Official URL https://chrome.google.com/webstore/detail/copy-page-url/dobnehimlklapeengfdlhdkpijhjdkag
Description Copy Page URL from context menu or toolbar
File Size 23.37 KB
Installation Count 1,105
Current Version 0.7
Last Updated 2020-11-20
Publish Date 2020-01-19
Rating 4.67/5 Total 12 Ratings
Developer alex7kom
Email [email protected]
Payment Type free
Extension Website https://github.com/alex7kom/Copy-Page-URL
Privacy Policy Page URL https://github.com/alex7kom/Copy-Page-URL/blob/master/PRIVACY_POLICY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Page URL",
    "description": "Copy Page URL from context menu or toolbar",
    "version": "0.7",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "copy_black_16.png",
        "128": "copy_black_128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "defaults.js",
            "bg.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2
}