Create Shortcut

Adds 'Create Shortcut' in the context menu.

Wat is Create Shortcut?

Create Shortcut is een Chrome-extensie ontwikkeld door Tack'n, en de belangrijkste functie is "Adds 'Create Shortcut' in the context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Create Shortcut

Download Create Shortcut-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

                        When the menu is selected, this extension creates an internet shortcut file (.html) to the current webpage.

The shortcut files are saved in your download folder.                    

Basisinformatie over de Extensie

Naam Create Shortcut Create Shortcut
ID ehmkjaagddnjkgghllbchghdehmgplpf
Officiële URL https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf
Beschrijving Adds 'Create Shortcut' in the context menu.
Bestandsgrootte 11.45 KB
Aantal Installaties 172
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-11-07
Publicatiedatum 2020-09-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tack'n
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tackn.jp/post-3874.html
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Create Shortcut",
    "version": "1.0.1",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "src\/extension.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png"
        }
    }
}