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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } } |