Tab url reader and opener
This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Co to jest Tab url reader and opener?
Tab url reader and opener to rozszerzenie Chrome opracowane przez husypb, a jego główną funkcją jest „This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab url reader and opener
Pobierz pliki rozszerzeń Tab url reader and opener 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 | fodjpnjccjliapgmfjlcjnolcdolgemd |
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd |
| Opis | This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click. |
| Rozmiar pliku | 144 KB |
| Liczba instalacji | 30 |
| Aktualna Wersja | 0.7.0 |
| Ostatnia Aktualizacja | 2017-02-09 |
| Data Publikacji | 2017-02-09 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | husypb |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab url reader and opener",
"version": "0.7.0",
"manifest_version": 2,
"description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
"browser_action": {
"default_icon": "pugapps48.png",
"default_popup": "popup.html"
},
"icons": {
"16": "pugapps16.png",
"48": "pugapps48.png",
"128": "pugapps128.png"
},
"permissions": [
"tabs"
]
} | |