Bomerang URL

Reminder to go back to this URL in the future

什么是Bomerang URL?

Bomerang URL是由ullfindsmit开发的Chrome扩展程序,该扩展的主要功能是“Reminder to go back to this URL in the future”。

扩展截图

screenshot

下载Bomerang URL扩展crx文件

下载Bomerang URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create calendar reminder for URLs you want to visit in the future by simply clicking the button on the top                    

扩展基本信息

名称 Bomerang URL Bomerang URL
ID nlpneebpkfcceacaichmddnhebodchke
官方URL https://chromewebstore.google.com/detail/bomerang-url/nlpneebpkfcceacaichmddnhebodchke
简介 Reminder to go back to this URL in the future
文件大小 274 KB
安装次数 137
当前版本 0.4
更新时间 2016-05-30
上架时间 2016-05-30
评分 4.00/5 共2次评分
开发者 ullfindsmit
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bomerang URL",
    "description": "Reminder to go back to this URL in the future",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.3.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Boomerang URL"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}