URL opener
Open urls with 1 click
什么是URL opener?
URL opener是由https://1000ch.net开发的Chrome扩展程序,该扩展的主要功能是“Open urls with 1 click”。
扩展截图
下载URL opener扩展crx文件
下载URL opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you thought want to open some urls in pinned Tab? URL opener may solve this problem. 1. First, add URLs you want to open quickly. 2. And configure that opening URL pinned or not. 3. Click the extension icon! If you have already opened URL you added, pinned status will be updated.
扩展基本信息
名称 | URL opener |
ID | dkkacgbkmcbnnadidhkmngpcoccibgpm |
官方URL | https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm |
简介 | Open urls with 1 click |
文件大小 | 182 KB |
安装次数 | 575 |
当前版本 | 0.3.0 |
更新时间 | 2016-01-13 |
上架时间 | 2016-01-12 |
评分 | 5.00/5 共8次评分 |
开发者 | https://1000ch.net |
付费类型 | free |
扩展官网 | http://github.com/1000ch/url-opener |
帮助页面URL | http://github.com/1000ch/url-opener/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL opener", "short_name": "URL opener", "version": "0.3.0", "description": "Open urls with 1 click", "author": "1000ch", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon38.png" }, "options_page": "html\/options.html" } |