Site On Panel
Creates Panels from Sites
Что такое Site On Panel?
Site On Panel - это расширение Chrome, разработанное Brunno Bettini, и его основная функция - "Creates Panels from Sites".
Снимки экрана расширения
Скачать файл CRX расширения Site On Panel
Скачайте файлы расширений Site On Panel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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..
------------------------------------------------- Основная информация о расширении
| Название | |
| ID | pcjbpfaogjhnnnhdldamflaelejhbhag |
| Официальный URL | https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag |
| Описание | Creates Panels from Sites |
| Размер файла | 66.91 KB |
| Количество установок | 518 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2013-07-18 |
| Дата публикации | 2013-07-18 |
| Рейтинг | 3.87/5 Всего 15 оценок |
| Разработчик | Brunno Bettini |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
} | |