Create Shortcut

Adds 'Create Shortcut' in the context menu.

什么是Create Shortcut?

Create Shortcut是由Tack'n开发的Chrome扩展程序,该扩展的主要功能是“Adds 'Create Shortcut' in the context menu.”。

扩展截图

screenshot

下载Create Shortcut扩展crx文件

下载Create Shortcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Create Shortcut Create Shortcut
ID ehmkjaagddnjkgghllbchghdehmgplpf
官方URL https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf
简介 Adds 'Create Shortcut' in the context menu.
文件大小 11.45 KB
安装次数 172
当前版本 1.0.1
更新时间 2020-11-07
上架时间 2020-09-24
评分 5.00/5 共2次评分
开发者 Tack'n
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tackn.jp/post-3874.html
支持的语言 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"
        }
    }
}