Stackable - Bookmark and Tab Manager

Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content…

Stackable - Bookmark and Tab Managerとは何ですか?

Stackable - Bookmark and Tab Managerはhttps://stackable.soによって開発されたChromeの拡張機能で、その主な機能は「Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Stackable - Bookmark and Tab Manager拡張機能のCRXファイルをダウンロード

Stackable - Bookmark and Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs.

We help you find your content and files super fast. Just open up a new tab in your browser. 

Stackable reimagines the way we organize bookmarks, manage tabs and search for things.

Features

1) Home screen
Just like your mobile phone's home screen that links you to all your apps, Stackable is a home screen for your browser. Open up a new tab and you'll see all your bookmarks and open tabs in one place. It's so much easier to find what you need!

2) Drag and drop bookmarks
Everything in Stackable is drag and drop friendly! Organize your bookmarks into Stacks and move them around however you like.

3) Open 100 bookmarks instantly
Always need to open the same links? Save them into a Stack and open all of them with one-click.

4) Powerfully manage open tabs
View all your open tabs in one place. Quickly bookmark, rearrange tabs, go to tabs and close tabs.

5) Search for anything anywhere
Launch the Stackable command bar on any webpage to quickly access your bookmarks, tabs and history.

6) Share bookmarks with anyone
Team dashboards? New employee onboarding? Reading list? Share them all with a link.

7) Free forever
Stackable was created to make your web browsing super efficient. It will always be free to use for individuals. We will never limit the number of bookmarks or tabs you have.                    

拡張機能の基本情報

名前 Stackable - Bookmark and Tab Manager Stackable - Bookmark and Tab Manager
ID coonllecklpiahhjkmnjidiaccefopli
公式URL https://chromewebstore.google.com/detail/stackable-bookmark-and-ta/coonllecklpiahhjkmnjidiaccefopli
説明 Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content…
ファイルサイズ 7.96 MB
インストール数 298
現在のバージョン 0.5.1
最終更新日 2023-07-25
公開日 2023-03-17
評価 4.93/5 合計 15 レビュー
開発者 https://stackable.so
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://stackable.so
ヘルプページのURL https://stackable.so/help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Stackable",
    "name": "Stackable - Bookmark and Tab Manager",
    "icons": {
        "128": "images\/app-logo\/favicon.png"
    },
    "start_url": ".\/index.html",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "action": {
        "default_popup": "index.html#popup",
        "default_icon": "images\/app-logo\/favicon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "history",
        "topSites",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.firebasedatabase.app\/; object-src 'self'"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/localhost:3000\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "index.html#command-bar"
            ],
            "extension_ids": [
                "mfnnbdagbhfipimaehemlmcpoaflhfgg"
            ]
        }
    ],
    "oauth2": {
        "client_id": "664965079094-1t6t83flvsttl7dsv4fnk0hv17ltssvi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoDphSKyZOYytMe13qVbDgQZ4UESg55GhOgAiqzyQepbqLUiYt1goaag8FB6i4SyDyZROLkYA1bFVZFFihkjNFPz+EkkOITaNSuAf1egeEDWlAQbd2+f+f0ekAsm3Ft4Ix\/rB3QQ87jhCvfhLb+JH9zovg\/lIacd8NGjQcj7Gj3r0VZellHY+jnQP9UbeiPYZkypWHf3y2F8FFsZwLr1GfGK9yRYHsSrPVHNBnMu7\/68iboIiuBNnU7ggge\/ILYoBsf1ONjUr+3\/lrZGnHnM4cnQw0QI6S8u2OPneDA+W6dh3VNQ2ZFcmXhhMJIj\/USN5zN\/l9xVCxOROljNlI2tt1wIDAQAB",
    "commands": {
        "open-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Open command bar"
        }
    },
    "version": "0.5.1",
    "manifest_version": 3
}