Print this page
Adds a print button to the browser.
Co to jest Print this page?
Print this page to rozszerzenie Chrome opracowane przez https://www.translation-services-usa.com, a jego główną funkcją jest „Adds a print button to the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Print this page
Pobierz pliki rozszerzeń Print this page 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
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
Oficjalny URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
Opis | Adds a print button to the browser. |
Rozmiar pliku | 4.08 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-08-26 |
Data Publikacji | 2017-08-25 |
Deweloper | https://www.translation-services-usa.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |