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