Add to Bookmark Ninja
Adds the current web page to Bookmark Ninja
Cos'è Add to Bookmark Ninja?
Add to Bookmark Ninja è un'estensione di Chrome sviluppata da https://bookmarkninja.com, e la sua funzione principale è "Adds the current web page to Bookmark Ninja".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to Bookmark Ninja
Scarica i file di estensione Add to Bookmark Ninja 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
Bookmark Ninja - online bookmark manager
- Access your bookmarks on any device (desktop, notebook, mobile) in any browser
- Import your current bookmarks from your browser or any other bookmark manager
- Quick access support for frequently used bookmarks
- Support for handling and organizing large number of bookmarks with advanced tag management
- Clean and simple UI for a user friendly experience Informazioni di Base sull'Estensione
| Nome | |
| ID | hmgmifibcffppfbblhngfcojbahedikh |
| URL Ufficiale | https://chromewebstore.google.com/detail/add-to-bookmark-ninja/hmgmifibcffppfbblhngfcojbahedikh |
| Descrizione | Adds the current web page to Bookmark Ninja |
| Dimensione del File | 11.6 KB |
| Conteggio Installazioni | 3,245 |
| Versione Corrente | 1.0.0.4 |
| Ultimo Aggiornamento | 2021-02-23 |
| Data di Pubblicazione | 2020-04-08 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | https://bookmarkninja.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.bookmarkninja.com/ |
| URL della Pagina della Politica sulla Privacy | https://www.bookmarkninja.com/privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add to Bookmark Ninja",
"description": "Adds the current web page to Bookmark Ninja",
"version": "1.0.0.4",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"add-bookmark.js"
]
},
"icons": {
"16": "ninjaplus16.png",
"48": "ninjaplus48.png",
"128": "ninjaplus128.png"
},
"browser_action": {
"default_title": "Add to Ninja",
"default_icon": {
"16": "ninjaplus16.png",
"32": "ninjaplus32.png",
"48": "ninjaplus48.png",
"128": "ninjaplus128.png"
}
},
"manifest_version": 2
} | |