Link Collector
Quickly view and access all the links on any page.
Link Collectorとは何ですか?
Link Collectorはattilathedudによって開発されたChromeの拡張機能で、その主な機能は「Quickly view and access all the links on any page.」です。
拡張機能のスクリーンショット
Link Collector拡張機能のCRXファイルをダウンロード
Link Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly view and access all the links on any page. Use simple key-binds to easily page and navigate to them. Activation is as easy as Alt + i. Have a specific link you want to find? Use Alt + f to search for it. Support and code can be found at https://github.com/attilathedud/Link_Collector v1.1.0 - Added the ability to change the hotkey. Hotkey can now be adjusted from the chrome://extensions page. - Added the ability to click the navigation arrows to page through results. - Added the ability to disable the extension. - Fixed a bug where alt+enter would trigger a download if a page element was selected.
拡張機能の基本情報
名前 | Link Collector |
ID | mkfggmeifjpmndaflbgcnoocjikgblob |
公式URL | https://chromewebstore.google.com/detail/link-collector/mkfggmeifjpmndaflbgcnoocjikgblob |
説明 | Quickly view and access all the links on any page. |
ファイルサイズ | 24.44 KB |
インストール数 | 547 |
現在のバージョン | 1.1.0 |
最終更新日 | 2018-02-01 |
公開日 | 2018-02-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | attilathedud |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/attilathedud/Link_Collector |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Collector", "short_name": "LinkCollector", "version": "1.1.0", "description": "Quickly view and access all the links on any page.", "permissions": [ "storage", "contextMenus", "tabs" ], "icons": { "16": "imgs\/icon16.png", "32": "imgs\/icon32.png", "48": "imgs\/icon48.png", "64": "imgs\/icon64.png", "128": "imgs\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |