Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Vad är Bookmark Updater?
Bookmark Updater är en Chrome-tillägg utvecklad av alexander.bruun, och dess huvudfunktion är "A button that quickly updates the closest bookmark found to the open tab.".
Tilläggsskärmbilder
Ladda ner Bookmark Updater-förlängningens CRX-fil
Ladda ner Bookmark Updater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks. Grundläggande Information om Tillägg
| Namn | |
| ID | hjhffdgfjfkkjnllljaidejgbhhldice |
| Officiell webbadress | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
| Beskrivning | A button that quickly updates the closest bookmark found to the open tab. |
| Filstorlek | 7.8 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2022-02-19 |
| Publiceringsdatum | 2021-01-12 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | alexander.bruun |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"author": "Alexander Bruun",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark Updater",
"description": "A button that quickly updates the closest bookmark found to the open tab.",
"version": "1.1.0",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon.png"
},
"permissions": [
"bookmarks",
"tabs"
],
"browser_action": {
"default_title": "Bookmark Updater",
"default_icon": "icon.png"
},
"offline_enabled": true
} | |