Add to minimarks
Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
Vad är Add to minimarks?
Add to minimarks är en Chrome-tillägg utvecklad av Bitzag, och dess huvudfunktion är "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.".
Tilläggsskärmbilder
Ladda ner Add to minimarks-förlängningens CRX-fil
Ladda ner Add to minimarks-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
Bookmark tabs by clicking the minimarks toolbar icon. This is the official minimarks extension for Google Chrome. Grundläggande Information om Tillägg
| Namn | |
| ID | kbjkgiaflacciaflkjkibgohccalnpna |
| Officiell webbadress | https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna |
| Beskrivning | Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon. |
| Filstorlek | 15.94 KB |
| Antal Installationer | 122 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2022-10-31 |
| Publiceringsdatum | 2022-10-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Bitzag |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://get.minimarks.io |
| Hjälpsida URL | https://help.minimarks.io |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add to minimarks",
"version": "1.3",
"description": "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.",
"icons": {
"16": "icons\/minimarks-16x16.png",
"48": "icons\/minimarks-48x48.png",
"128": "icons\/minimarks-128x128.png"
},
"host_permissions": [
"https:\/\/minimarks.io\/"
],
"permissions": [
"activeTab"
],
"action": {
"default_title": "Add to minimarks",
"default_icon": "icons\/minimarks-64x64.png",
"default_popup": "popup.html"
},
"manifest_version": 3
} | |