GraphiTabs
Your tabs in order. Smart way to organize your web.
What is GraphiTabs?
GraphiTabs is a Chrome extension developed by https://graphiy.com, and its main feature is "Your tabs in order. Smart way to organize your web.".
Extension Screenshots
Download GraphiTabs Extension CRX File
Download GraphiTabs 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
GraphiTabs extension helps to perform deep tabs management with ease.
Extension Basic Information
Name | GraphiTabs |
ID | dcfclemgmkccmnpgnldhldjmflphkimp |
Official URL | https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp |
Description | Your tabs in order. Smart way to organize your web. |
File Size | 1.19 MB |
Installation Count | 10,000 |
Current Version | 0.1.1 |
Last Updated | 2020-01-31 |
Publish Date | 2020-01-30 |
Rating | 4.32/5 Total 107 Ratings |
Developer | https://graphiy.com |
Payment Type | free |
Supported Languages | 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" ] } |