Show Frame

Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window

Что такое Show Frame?

Show Frame - это расширение Chrome, разработанное https://tejji.com, и его основная функция - "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Show Frame

Скачайте файлы расширений Show Frame в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window

This feature appears in context menu. On page right click >> Show Frame
Following are the features...
1.    Show the frame in current tab
2.    Show the frame in new tab
3.    Show the frame in new window
4.    Show the frame in incognito window
5.    Quick access to options where it can be removed from Context Menu

What is it useful for?
It can be used in various site which shows pages in frames and want to render those frame in separate tab where full URL (link) can be seen in address bar

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance to Chrome Web Store policies                    

Основная информация о расширении

Название Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
Официальный URL https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Описание Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Размер файла 189 KB
Количество установок 3,047
Текущая Версия 1.2
Последнее Обновление 2018-09-14
Дата публикации 2018-09-13
Рейтинг 3.85/5 Всего 27 оценок
Разработчик https://tejji.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://tejji.com/
URL страницы помощи http://tejji.com/contactus.aspx
URL страницы политики конфиденциальности https://tejji.com/privacy.aspx
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Frame",
    "version": "1.2",
    "description": "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window ",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}