GraphiTabs
Your tabs in order. Smart way to organize your web.
GraphiTabsとは何ですか?
GraphiTabsはhttps://graphiy.comによって開発されたChromeの拡張機能で、その主な機能は「Your tabs in order. Smart way to organize your web.」です。
拡張機能のスクリーンショット
GraphiTabs拡張機能のCRXファイルをダウンロード
GraphiTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GraphiTabs extension helps to perform deep tabs management with ease.
拡張機能の基本情報
名前 | GraphiTabs |
ID | dcfclemgmkccmnpgnldhldjmflphkimp |
公式URL | https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp |
説明 | Your tabs in order. Smart way to organize your web. |
ファイルサイズ | 1.19 MB |
インストール数 | 10,000 |
現在のバージョン | 0.1.1 |
最終更新日 | 2020-01-31 |
公開日 | 2020-01-30 |
評価 | 4.32/5 合計 107 レビュー |
開発者 | https://graphiy.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GraphiTabs", "version": "0.1.1", "description": "Your tabs in order. Smart way to organize your web.", "icons": { "16": "\/res\/image\/logo\/16.png", "48": "\/res\/image\/logo\/48.png", "128": "\/res\/image\/logo\/128.png" }, "browser_action": { "default_icon": "\/res\/image\/logo\/19.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "bookmarks" ] } |