Sprucemarks
Automatically sort bookmarks.
Wat is Sprucemarks?
Sprucemarks is een Chrome-extensie ontwikkeld door Karlheinz Graf, en de belangrijkste functie is "Automatically sort bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sprucemarks
Download Sprucemarks-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
Automatically sort bookmarks by title, date, or URL.
• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Each area (and sub folders) can have their own sort order, or no order.
• Group folders together or have them sorted alongside bookmarks.
• Save your options once and have your bookmarks sorted now and automatically into the future. Basisinformatie over de Extensie
| Naam | |
| ID | ajhenjdmeogjccfnbemhfgoocnlboadl |
| Officiële URL | https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl |
| Beschrijving | Automatically sort bookmarks. |
| Bestandsgrootte | 144 KB |
| Aantal Installaties | 152 |
| Huidige Versie | 2019.10.15.0 |
| Laatst Bijgewerkt | 2023-07-25 |
| Publicatiedatum | 2020-03-08 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Karlheinz Graf |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sprucemarks",
"short_name": "Sprucemarks",
"description": "Automatically sort bookmarks.",
"background": {
"page": "background.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "55",
"options_page": "options.html",
"permissions": [
"bookmarks",
"storage"
],
"version": "2019.10.15.0"
} | |