My Forward Button
Add Forward button to the Toolbar
Co to jest My Forward Button?
My Forward Button to rozszerzenie Chrome opracowane przez art, a jego główną funkcją jest „Add Forward button to the Toolbar”.
Pobierz plik CRX rozszerzenia My Forward Button
Pobierz pliki rozszerzeń My Forward 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | miamoimdljnphjlobpdgdmkadlimnnkg |
Oficjalny URL | https://chrome.google.com/webstore/detail/miamoimdljnphjlobpdgdmkadlimnnkg |
Opis | Add Forward button to the Toolbar |
Rozmiar pliku | 9.62 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2015-08-03 |
Data Publikacji | 2015-08-03 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | art |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Forward" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Forward Button", "description": "Add Forward button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |