SlowlyOpenAllBookmarks

Slowly open all bookmarks in the folder.

What is SlowlyOpenAllBookmarks?

SlowlyOpenAllBookmarks is a Chrome extension developed by https://ikura.tokyo, and its main feature is "Slowly open all bookmarks in the folder.".

Extension Screenshots

screenshot
screenshot

Download SlowlyOpenAllBookmarks Extension CRX File

Download SlowlyOpenAllBookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        フォルダ内の大量のブックマークを順次にゆっくりと開きます。
ブックマークが多くても、ネットワークやCPUの急激な負荷はかかりません。

「15 個のタブが開きます。本当によろしいですか?」というダイアログが表示され、開くといくつかのタブの読み込みに失敗する人向けの拡張機能です。                    

Extension Basic Information

Name SlowlyOpenAllBookmarks SlowlyOpenAllBookmarks
ID pepochbhmadcijofcoijpnmnaibflfbg
Official URL https://chromewebstore.google.com/detail/slowlyopenallbookmarks/pepochbhmadcijofcoijpnmnaibflfbg
Description Slowly open all bookmarks in the folder.
File Size 17.25 KB
Installation Count 49
Current Version 1.01
Last Updated 2019-03-15
Publish Date 2019-03-15
Rating 1.00/5 Total 1 Ratings
Developer https://ikura.tokyo
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.01",
    "description": "__MSG_extDesc__",
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "38": "img\/icon38.png",
        "19": "img\/icon19.png",
        "16": "img\/icon16.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}