Awesome View Source Button
Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Co to jest Awesome View Source Button?
Awesome View Source Button to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Awesome View Source Button
Pobierz pliki rozszerzeń Awesome View Source Button 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
Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Podstawowe informacje o rozszerzeniu
Nazwa | Awesome View Source Button |
ID | hofjicknmidhbhmflllmmdaihmmggphg |
Oficjalny URL | https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg |
Opis | Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected. |
Rozmiar pliku | 34.1 KB |
Liczba instalacji | 960 |
Aktualna Wersja | 1.2.0.0 |
Ostatnia Aktualizacja | 2016-09-22 |
Data Publikacji | 2016-09-22 |
Ocena | 3.38/5 Łącznie 13 Oceny |
Deweloper | https://upway2late.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.upway2late.com/projects/buttons-project |
Adres URL Strony Pomocy | http://www.upway2late.com/projects/buttons-project |
Adres URL Strony Polityki Prywatności | http://www.upway2late.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome View Source Button", "version": "1.2.0.0", "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.", "icons": { "16": "viewSource_16.png", "48": "viewSource_48.png", "128": "viewSource_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "viewSource_19.png", "default_title": "Awesome View Source Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |