Bomerang URL

Reminder to go back to this URL in the future

Qu'est-ce que Bomerang URL ?

Bomerang URL est une extension Chrome développée par ullfindsmit, et sa fonction principale est "Reminder to go back to this URL in the future".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bomerang URL

Téléchargez les fichiers d'extension Bomerang URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bomerang URL Bomerang URL
ID nlpneebpkfcceacaichmddnhebodchke
URL Officiel https://chromewebstore.google.com/detail/bomerang-url/nlpneebpkfcceacaichmddnhebodchke
Description Reminder to go back to this URL in the future
Taille du Fichier 274 KB
Nombre d'Installations 137
Version Actuelle 0.4
Dernière Mise à Jour 2016-05-30
Date de Publication 2016-05-30
Évaluation 4.00/5 Total 2 Évaluations
Développeur ullfindsmit
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}