Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Was ist Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add ist eine Chrome-Erweiterung, die von https://www.pointworks.de entwickelt wurde, und ihr Hauptmerkmal ist "Modify & Add a link to your Little Bookmark Box.".
Erweiterungsscreenshots
Little Bookmark Box - Modify and Add-Erweiterungs-CRX-Datei herunterladen
Laden Sie Little Bookmark Box - Modify and Add-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
•• 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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Offizielle URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Beschreibung | Modify & Add a link to your Little Bookmark Box. |
| Dateigröße | 42.02 KB |
| Installationsanzahl | 60 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2016-05-02 |
| Veröffentlichungsdatum | 2016-05-01 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.pointworks.de |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.pointworks.de/software/little-bookmark-box/ |
| Hilfeseite URL | http://www.pointworks.de/software/little-bookmark-box/ |
| Unterstützte Sprachen | 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"
}
} | |