TabsFolder

Group your tabs into groups.

TabsFolderとは何ですか?

TabsFolderはhttps://e-pot.xyzによって開発されたChromeの拡張機能で、その主な機能は「Group your tabs into groups.」です。

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

screenshot

TabsFolder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Add a kind of panorama like feature to chrome (but less pretty).

This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs.


With this extention, create groups and add tabs to them just with drag and drop.
Then choose the group of tab you want work with. You will not be disturb by the other tabs.
You can switch to an other tab group anytime you want.
Just close the group to close all the tabs inside it when you have finished to work with.

Now the extention keeps your pinned tabs open.

A git repository has been created. Fell free to fork or re-use it.
Some part of the code are in french though (sorry).
https://github.com/Conchylicultor/TabsFolder                    

拡張機能の基本情報

名前 TabsFolder TabsFolder
ID pdfepgdcmifhbmldcofnkmnbabamjdnm
公式URL https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm
説明 Group your tabs into groups.
ファイルサイズ 155 KB
インストール数 1,395
現在のバージョン 1.1.0
最終更新日 2016-11-28
公開日 2016-11-27
評価 4.05/5 合計 65 レビュー
開発者 https://e-pot.xyz
支払い方法 free
拡張機能のウェブサイト https://github.com/Conchylicultor/TabsFolder
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabsFolder",
    "version": "1.1.0",
    "description": "Group your tabs into groups.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Conchilicultor",
        "email": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/event_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/ba48.png",
        "default_title": "Organise your tabs"
    }
}