Lynkmark
A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Vad är Lynkmark?
Lynkmark är en Chrome-tillägg utvecklad av https://lynkmark.com, och dess huvudfunktion är "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".
Tilläggsskärmbilder
Ladda ner Lynkmark-förlängningens CRX-fil
Ladda ner Lynkmark-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
Simplest way to organize your bookmarks for web & mobile
Keep all your Bookmarks in one place.
- Save links from the Web
- Add notes while bookmarking
- Organize your links using collections
- Add Tags
- Search for everything
- Save and Restore your browser windows using collection Grundläggande Information om Tillägg
| Namn | |
| ID | ipjggohlfelekocbganopmpcfkdjdopm |
| Officiell webbadress | https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm |
| Beskrivning | A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place |
| Filstorlek | 1.4 MB |
| Antal Installationer | 87 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2024-02-10 |
| Publiceringsdatum | 2021-02-10 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | https://lynkmark.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.lynkmark.com/ |
| URL till Sekretesspolicy Sidan | https://lynkmark.com/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/www.lynkmark.com",
"description": "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place",
"default_locale": "en",
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies",
"contextMenus"
],
"host_permissions": [
"*:\/\/*.lynkmark.com\/*"
],
"omnibox": {
"keyword": "lk"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version": "1.0.3"
} | |