Link Router
Route links on any given page to the main log with a certain tag
Link Routerとは何ですか?
Link RouterはCharles Brandtによって開発されたChromeの拡張機能で、その主な機能は「Route links on any given page to the main log with a certain tag」です。
拡張機能のスクリーンショット
Link Router拡張機能のCRXファイルをダウンロード
Link Router拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu. The tags available in the menu are configured in the extension's option page. Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.
拡張機能の基本情報
名前 | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
公式URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
説明 | Route links on any given page to the main log with a certain tag |
ファイルサイズ | 29.05 KB |
インストール数 | 108 |
現在のバージョン | 0.5 |
最終更新日 | 2014-05-06 |
公開日 | 2014-05-06 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | Charles Brandt |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Router", "short_name": "Link Router", "version": "0.5", "manifest_version": 2, "description": "Route links on any given page to the main log with a certain tag", "background": { "scripts": [ "moment.js", "router.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus" ], "icons": { "16": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |