Bomerang URL

Reminder to go back to this URL in the future

What is Bomerang URL?

Bomerang URL is a Chrome extension developed by ullfindsmit, and its main feature is "Reminder to go back to this URL in the future".

Extension Screenshots

screenshot

Download Bomerang URL Extension CRX File

Download Bomerang URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bomerang URL Bomerang URL
ID nlpneebpkfcceacaichmddnhebodchke
Official URL https://chromewebstore.google.com/detail/bomerang-url/nlpneebpkfcceacaichmddnhebodchke
Description Reminder to go back to this URL in the future
File Size 274 KB
Installation Count 137
Current Version 0.4
Last Updated 2016-05-30
Publish Date 2016-05-30
Rating 4.00/5 Total 2 Ratings
Developer ullfindsmit
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}