Bomerang URL

Reminder to go back to this URL in the future

Wat is Bomerang URL?

Bomerang URL is een Chrome-extensie ontwikkeld door ullfindsmit, en de belangrijkste functie is "Reminder to go back to this URL in the future".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bomerang URL

Download Bomerang URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bomerang URL Bomerang URL
ID nlpneebpkfcceacaichmddnhebodchke
Officiële URL https://chromewebstore.google.com/detail/bomerang-url/nlpneebpkfcceacaichmddnhebodchke
Beschrijving Reminder to go back to this URL in the future
Bestandsgrootte 274 KB
Aantal Installaties 137
Huidige Versie 0.4
Laatst Bijgewerkt 2016-05-30
Publicatiedatum 2016-05-30
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ullfindsmit
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}