Bomerang URL

Reminder to go back to this URL in the future

ما هو Bomerang URL؟

Bomerang URL هو إضافة Chrome تم تطويرها بواسطة ullfindsmit، والميزة الرئيسية لها هي "Reminder to go back to this URL in the future".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bomerang URL

قم بتنزيل ملفات الامتداد Bomerang URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*"
    ]
}