Bomerang URL

Reminder to go back to this URL in the future

什麼是Bomerang URL?

Bomerang URL是由ullfindsmit開發的Chrome擴展程式,該擴展的主要功能是“Reminder to go back to this URL in the future”。

擴展截圖

screenshot

下載Bomerang URL擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}