Responsive design tester
Test your websites responsivness
Co to jest Responsive design tester?
Responsive design tester to rozszerzenie Chrome opracowane przez Miqdad Ali K, a jego główną funkcją jest „Test your websites responsivness”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Responsive design tester
Pobierz pliki rozszerzeń Responsive design tester 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
**THERE ARE 2 ISSUES REPORTED. "Chrome CRASH" **
Responsive design tester is used to test responsive web site design. this plugin inspired from https://chrome.google.com/webstore/detail/mobileresponsive-web-desi/elmekokodcohlommfikpmojheggnbelo Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jamkpeiamhgbainmggocjenjkcibfflb |
| Oficjalny URL | https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb |
| Opis | Test your websites responsivness |
| Rozmiar pliku | 68.95 KB |
| Liczba instalacji | 6,575 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-02-23 |
| Data Publikacji | 2016-02-23 |
| Ocena | 3.50/5 Łącznie 8 Oceny |
| Deweloper | Miqdad Ali K |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon-64x64.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"content.css"
],
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Test your websites responsivness",
"icons": {
"128": "icon-128x128.png",
"256": "icon-256x256.png",
"64": "icon-64x64.png"
},
"manifest_version": 2,
"name": "Responsive design tester",
"short_name": "Responsive design tester",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*",
"tabs"
],
"version": "1.1"
} | |