Copy Text Fragment URL

Copy a link to any highlighted text just by right-clicking.

Copy Text Fragment URLとは何ですか?

Copy Text Fragment URLはAndrew Rabonによって開発されたChromeの拡張機能で、その主な機能は「Copy a link to any highlighted text just by right-clicking.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Copy Text Fragment URL拡張機能のCRXファイルをダウンロード

Copy Text Fragment URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.

Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                    

拡張機能の基本情報

名前 Copy Text Fragment URL Copy Text Fragment URL
ID bemdbglmlhlkmkgfnleiofphhekephnm
公式URL https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm
説明 Copy a link to any highlighted text just by right-clicking.
ファイルサイズ 148 KB
インストール数 371
現在のバージョン 1.0.1
最終更新日 2020-03-12
公開日 2020-03-11
評価 5.00/5 合計 1 レビュー
開発者 Andrew Rabon
支払い方法 free
拡張機能のウェブサイト https://github.com/andrewrabon/copy-text-fragment-url
ヘルプページのURL https://github.com/andrewrabon/copy-text-fragment-url/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}