Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Cos'è Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add è un'estensione di Chrome sviluppata da https://www.pointworks.de, e la sua funzione principale è "Modify & Add a link to your Little Bookmark Box.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Little Bookmark Box - Modify and Add
Scarica i file di estensione Little Bookmark Box - Modify and Add in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
•• 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/
Informazioni di Base sull'Estensione
Nome | Little Bookmark Box - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
URL Ufficiale | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Descrizione | Modify & Add a link to your Little Bookmark Box. |
Dimensione del File | 42.02 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-05-02 |
Data di Pubblicazione | 2016-05-01 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.pointworks.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.pointworks.de/software/little-bookmark-box/ |
URL della Pagina di Aiuto | http://www.pointworks.de/software/little-bookmark-box/ |
Lingue Supportate | 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" } } |