Simple URL Copy

Helps to copy url with various formats

Wat is Simple URL Copy?

Simple URL Copy is een Chrome-extensie ontwikkeld door ikeda.yutaro, en de belangrijkste functie is "Helps to copy url with various formats".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple URL Copy

Download Simple URL Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension helps you to copy tab's title and URL easily.                    

Basisinformatie over de Extensie

Naam Simple URL Copy Simple URL Copy
ID cefkgjbbpagcilodnhboolbppdjlplip
Officiële URL https://chromewebstore.google.com/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip
Beschrijving Helps to copy url with various formats
Bestandsgrootte 11.08 KB
Aantal Installaties 11,100
Huidige Versie 1.0.0.3
Laatst Bijgewerkt 2020-07-05
Publicatiedatum 2020-07-04
Beoordeling 3.46/5 Totaal 13 Beoordelingen
Ontwikkelaar ikeda.yutaro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ikedaosushi/simple-url-copy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple URL Copy",
    "description": "Helps to copy url with various formats",
    "author": "@ikedaosushi",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "MacCtrl+Shift+C"
            },
            "description": "Opens popup.html"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io; object-src 'self'",
    "devtools_page": "popup.html"
}