Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Co to jest Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add to rozszerzenie Chrome opracowane przez https://www.pointworks.de, a jego główną funkcją jest „Modify & Add a link to your Little Bookmark Box.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Little Bookmark Box - Modify and Add
Pobierz pliki rozszerzeń Little Bookmark Box - Modify and Add 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
•• Requires Little Bookmark Box App for Mac OS X ••
This extension makes it easy to bookmark the page you are viewing with a single click.
You can select the Box, add a note, add tags, or change the title.
For more information, and a free trial version of the Little Bookmark Box App, visit:
http://www.pointworks.de/software/little-bookmark-box/ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Oficjalny URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Opis | Modify & Add a link to your Little Bookmark Box. |
| Rozmiar pliku | 42.02 KB |
| Liczba instalacji | 60 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-05-02 |
| Data Publikacji | 2016-05-01 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.pointworks.de |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.pointworks.de/software/little-bookmark-box/ |
| Adres URL Strony Pomocy | http://www.pointworks.de/software/little-bookmark-box/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Little Bookmark Box - Modify and Add",
"description": "Modify & Add a link to your Little Bookmark Box.",
"version": "1.1",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Modify & Add a link to your Little Bookmark Box",
"default_icon": "small_icon_plus.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"icons": {
"128": "lbb_128.png",
"16": "lbb_16.png",
"48": "lbb_48.png"
}
} | |