Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Vad är Bookmark Express Next?
Bookmark Express Next är en Chrome-tillägg utvecklad av Eric Majerus, och dess huvudfunktion är "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Tilläggsskärmbilder
Ladda ner Bookmark Express Next-förlängningens CRX-fil
Ladda ner Bookmark Express Next-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
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up. Grundläggande Information om Tillägg
| Namn | |
| ID | enpmhceecilnohanegmppnlcoakjicho |
| Officiell webbadress | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
| Beskrivning | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
| Filstorlek | 623 KB |
| Antal Installationer | 87 |
| Aktuell Version | 9.3 |
| Senast Uppdaterad | 2021-03-17 |
| Publiceringsdatum | 2021-03-02 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | Eric Majerus |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark Express Next",
"description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
"version": "9.3",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"page": "background.html"
},
"options_page": "index.html?page=options",
"permissions": [
"activeTab",
"bookmarks",
"chrome:\/\/favicon\/",
"storage"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "MacCtrl+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
}
} | |