Another Tab
Another Tab Chrome Extension
Co to jest Another Tab?
Another Tab to rozszerzenie Chrome opracowane przez Dumb Sloth Development, a jego główną funkcją jest „Another Tab Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Another Tab
Pobierz pliki rozszerzeń Another Tab 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
An open source Chrome extension that shows your bookmarks when you open a new tab. Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab
Podstawowe informacje o rozszerzeniu
Nazwa | Another Tab |
ID | oaaeanlgefipegfcbgpgnhhnpengdjld |
Oficjalny URL | https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld |
Opis | Another Tab Chrome Extension |
Rozmiar pliku | 507 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Dumb Sloth Development |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mmazzarolo/chrome-another-tab |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another Tab", "description": "Another Tab Chrome Extension", "version": "1.1.0", "version_name": "1.1.0", "manifest_version": 2, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Another Tab", "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;" } |