Bomerang URL

Reminder to go back to this URL in the future

Cos'è Bomerang URL?

Bomerang URL è un'estensione di Chrome sviluppata da ullfindsmit, e la sua funzione principale è "Reminder to go back to this URL in the future".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bomerang URL

Scarica i file di estensione Bomerang URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bomerang URL Bomerang URL
ID nlpneebpkfcceacaichmddnhebodchke
URL Ufficiale https://chromewebstore.google.com/detail/bomerang-url/nlpneebpkfcceacaichmddnhebodchke
Descrizione Reminder to go back to this URL in the future
Dimensione del File 274 KB
Conteggio Installazioni 137
Versione Corrente 0.4
Ultimo Aggiornamento 2016-05-30
Data di Pubblicazione 2016-05-30
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore ullfindsmit
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}