Update bookmark
This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..
Hvad er Update bookmark?
Update bookmark er en Chrome-udvidelse udviklet af Andrey Hohutkin, og dens hovedfunktion er "This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..".
Udvidelsesskærmbilleder
Download Update bookmark-udvidelses-CRX-fil
Download Update bookmark-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
To update quickly a bookmark to last forum message or YouTube next video then it is your extension. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bbkpimlolhbojojeceiinmmfiejedmcj |
| Officiel URL | https://chromewebstore.google.com/detail/update-bookmark/bbkpimlolhbojojeceiinmmfiejedmcj |
| Beskrivelse | This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.. |
| Filstørrelse | 37.69 KB |
| Antal Installationer | 33 |
| Nuværende Version | 1.4.12 |
| Senest Opdateret | 2019-12-10 |
| Udgivelsesdato | 2019-12-10 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Andrey Hohutkin |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"applications": {
"gecko": {
"id": "{08cc31c0-b1cb-461c-8ba2-95edd9e76a02}"
}
},
"manifest_version": 2,
"name": "Update bookmark",
"short_name": "Upd.bookmark",
"version": "1.4.12",
"description": "This add-on allows to replace or update an existing bookmark title and\/or URL with a minimal click count..",
"icons": {
"48": "icons\/icon48.png"
},
"permissions": [
"bookmarks",
"tabs",
"contextMenus",
"storage",
"identity",
"https:\/\/www.googleapis.com\/"
],
"oauth2": {
"client_id": "774259488933-8kliosoov7e5m8egsln4fr3skshusaou.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": "icons\/icon48.png",
"theme_icons": [
{
"light": "icons\/icon32-light.png",
"dark": "icons\/icon32.png",
"size": 32
}
],
"default_title": "Update bookmark",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"browser_style": true
},
"commands": {
"update-url": {
"suggested_key": {
"default": "Ctrl+Space",
"mac": "MacCtrl+Space"
},
"description": "Send a 'update-url' event to the extension"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "MacCtrl+Q"
}
}
}
} | |