Link to fragment

Create and copy link to selected text fragment

什么是Link to fragment?

Link to fragment是由Lino Uruñuela开发的Chrome扩展程序,该扩展的主要功能是“Create and copy link to selected text fragment”。

扩展截图

screenshot
screenshot
screenshot

下载Link to fragment扩展crx文件

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

扩展使用说明

                        To create linkt to selected text:
1-Select text
2-Click icon
3-Copy link to selected text                    

扩展基本信息

名称 Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
官方URL https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
简介 Create and copy link to selected text fragment
文件大小 42.38 KB
安装次数 224
当前版本 Second version extension, new design (border radius)
更新时间 2020-12-10
上架时间 2020-06-08
评分 4.00/5 共1次评分
开发者 Lino Uruñuela
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link to fragment",
    "short_name": "Link to fragment",
    "description": "Create and copy link to selected text fragment",
    "icons": {
        "16": "images\/icon16-2-1.png",
        "24": "images\/icon24-2-1.png",
        "32": "images\/icon32-2-1.png",
        "64": "images\/icon64-2-1.png",
        "128": "images\/icon128-2-1.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2-1.png",
            "24": "images\/icon24-2-1.png",
            "32": "images\/icon32-2-1.png",
            "64": "images\/icon64-2-1.png",
            "128": "images\/icon128-2-1.png"
        }
    },
    "version": "1.3",
    "version_name": "Second version extension, new design (border radius)",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}