Site On Panel
Creates Panels from Sites
Co to jest Site On Panel?
Site On Panel to rozszerzenie Chrome opracowane przez Brunno Bettini, a jego główną funkcją jest „Creates Panels from Sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Site On Panel
Pobierz pliki rozszerzeń Site On Panel 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
This Extension can Open any Website in a new way..
The Chrome Panels..
They can be dragged, organized, resized and will
be on top of all other windows wile being shown..
@@ To enable chrome panels open the url
chrome://flags/
and search for 'Enable Panels'.
Enable them, restart chrome and feel the new way to browse
apps..
Special behavior for Gmail Youtube and Grooveshark..
Opening mobile versions for better looking..
------------------------------------------------- Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pcjbpfaogjhnnnhdldamflaelejhbhag |
| Oficjalny URL | https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag |
| Opis | Creates Panels from Sites |
| Rozmiar pliku | 66.91 KB |
| Liczba instalacji | 518 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2013-07-18 |
| Data Publikacji | 2013-07-18 |
| Ocena | 3.87/5 Łącznie 15 Oceny |
| Deweloper | Brunno Bettini |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img\/icon_64.png",
"default_title": "Site On Panel"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.googleapis.com https:\/\/www.google-analytics.com; object-src 'self' 'unsafe-eval'",
"description": "Creates Panels from Sites",
"icons": {
"64": "img\/icon_64.png",
"48": "img\/icon_48.png",
"32": "img\/icon_32.png"
},
"manifest_version": 2,
"name": "Site On Panel",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.0"
} | |