GraphiTabs
Your tabs in order. Smart way to organize your web.
Co to jest GraphiTabs?
GraphiTabs to rozszerzenie Chrome opracowane przez https://graphiy.com, a jego główną funkcją jest „Your tabs in order. Smart way to organize your web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GraphiTabs
Pobierz pliki rozszerzeń GraphiTabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
GraphiTabs extension helps to perform deep tabs management with ease. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dcfclemgmkccmnpgnldhldjmflphkimp |
| Oficjalny URL | https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp |
| Opis | Your tabs in order. Smart way to organize your web. |
| Rozmiar pliku | 1.19 MB |
| Liczba instalacji | 10,000 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2020-01-31 |
| Data Publikacji | 2020-01-30 |
| Ocena | 4.32/5 Łącznie 107 Oceny |
| Deweloper | https://graphiy.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |