Bookmark Ninja - Bookmark All Tabs
Bookmarks all tabs in the browser with once click
Hvad er Bookmark Ninja - Bookmark All Tabs?
Bookmark Ninja - Bookmark All Tabs er en Chrome-udvidelse udviklet af https://bookmarkninja.com, og dens hovedfunktion er "Bookmarks all tabs in the browser with once click".
Udvidelsesskærmbilleder
Download Bookmark Ninja - Bookmark All Tabs-udvidelses-CRX-fil
Download Bookmark Ninja - Bookmark All Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bookmark Ninja - online bookmark manager
- Access your bookmarks on any device (desktop, notebook, mobile) in any browser
- All bookmarks are private by default, sharing is available optionally
- 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 with optional Dark Mode for a user friendly experience Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gdcmijmdlfjoaonkfahljagjhlgjjcjk |
| Officiel URL | https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk |
| Beskrivelse | Bookmarks all tabs in the browser with once click |
| Filstørrelse | 32.03 KB |
| Antal Installationer | 1,019 |
| Nuværende Version | 2.0.0.1 |
| Senest Opdateret | 2021-07-03 |
| Udgivelsesdato | 2020-04-13 |
| Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://bookmarkninja.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.bookmarkninja.com/ |
| URL til Fortrolighedspolitik Side | https://www.bookmarkninja.com/privacy-policy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark Ninja - Bookmark All Tabs",
"description": "Bookmarks all tabs in the browser with once click",
"version": "2.0.0.1",
"permissions": [
"tabs",
"cookies",
"*:\/\/*.bookmarkninja.com\/"
],
"background": {
"scripts": [
"bookmark-all-tabs.js"
]
},
"icons": {
"16": "ninja2plus16.png",
"48": "ninja2plus48.png",
"128": "ninja2plus128.png"
},
"browser_action": {
"default_title": "Bookmark All Tabs",
"default_icon": {
"16": "ninja2plus16.png",
"32": "ninja2plus32.png",
"48": "ninja2plus48.png",
"128": "ninja2plus128.png"
}
},
"manifest_version": 2
} | |