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" } } |