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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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