DJs Mobiles
Get the latest tech news, specs, reviews and comparisons
Что такое DJs Mobiles?
DJs Mobiles - это расширение Chrome, разработанное http://www.djsmobiles.com, и его основная функция - "Get the latest tech news, specs, reviews and comparisons".
Снимки экрана расширения
Скачать файл CRX расширения DJs Mobiles
Скачайте файлы расширений DJs Mobiles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
DJ's Mobiles brings you the latest news on smartphones, tablets and other mobile devies. The site helps you choose the right device for you and gives you access to the latest apps available in the various application markets. With the DJ's Mobiles Chrome Extension you can access the latest tweets and facebook page updates from DJsMobiles. DJ's Mobiles is also available as an Android and Symbian app which you can download from our site.
Основная информация о расширении
Название | |
ID | egclklceacboefpgfllppdemchbpgpph |
Официальный URL | https://chrome.google.com/webstore/detail/djs-mobiles/egclklceacboefpgfllppdemchbpgpph |
Описание | Get the latest tech news, specs, reviews and comparisons |
Размер файла | 4.3 KB |
Количество установок | 34 |
Текущая Версия | 4.0.1 |
Последнее Обновление | 2015-03-12 |
Дата публикации | 2015-03-12 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | http://www.djsmobiles.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DJs Mobiles", "version": "4.0.1", "description": "Get the latest tech news, specs, reviews and comparisons", "permissions": [ "privacy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "DJs Mobiles - Your Guide to Going Mobile" }, "manifest_version": 2 } |