Create Shortcut

Adds 'Create Shortcut' in the context menu.

Vad är Create Shortcut?

Create Shortcut är en Chrome-tillägg utvecklad av Tack'n, och dess huvudfunktion är "Adds 'Create Shortcut' in the context menu.".

Tilläggsskärmbilder

screenshot

Ladda ner Create Shortcut-förlängningens CRX-fil

Ladda ner Create Shortcut-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

                        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.                    

Grundläggande Information om Tillägg

Namn Create Shortcut Create Shortcut
ID ehmkjaagddnjkgghllbchghdehmgplpf
Officiell webbadress https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf
Beskrivning Adds 'Create Shortcut' in the context menu.
Filstorlek 11.45 KB
Antal Installationer 172
Aktuell Version 1.0.1
Senast Uppdaterad 2020-11-07
Publiceringsdatum 2020-09-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tack'n
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.tackn.jp/post-3874.html
Stödda Språk 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"
        }
    }
}