Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Wat is Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add is een Chrome-extensie ontwikkeld door https://www.pointworks.de, en de belangrijkste functie is "Modify & Add a link to your Little Bookmark Box.".
Extensie Screenshots
Download het CRX-bestand van de extensie Little Bookmark Box - Modify and Add
Download Little Bookmark Box - Modify and Add-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
•• 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/ Basisinformatie over de Extensie
| Naam | |
| ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Officiële URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
| Beschrijving | Modify & Add a link to your Little Bookmark Box. |
| Bestandsgrootte | 42.02 KB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-05-02 |
| Publicatiedatum | 2016-05-01 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.pointworks.de |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.pointworks.de/software/little-bookmark-box/ |
| Help Pagina-URL | http://www.pointworks.de/software/little-bookmark-box/ |
| Ondersteunde Talen | 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"
}
} | |