Bomerang URL

Reminder to go back to this URL in the future

Bomerang URL क्या है?

Bomerang URL ullfindsmit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminder to go back to this URL in the future"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bomerang URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}