linkit
Bookmark your idea
Vad är linkit?
linkit är en Chrome-tillägg utvecklad av https://linkit.space, och dess huvudfunktion är "Bookmark your idea".
Tilläggsskärmbilder
Ladda ner linkit-förlängningens CRX-fil
Ladda ner linkit-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
💡 NEVER LOSE YOUR IDEA AGAIN Have you ever failed to recall an astonishing idea that you'd once envisioned in the past? Ideas evaporate fast like smoke. If you are working in a profession where creativity matters, linkit is a perfect tool that empowers you to become genuinely resourceful. Linkit opens a handy note right on your browser. The next time you come up with creative idea while watching videos or reading articles, hit the icon to open linkit note and jot it down! Your idea will be safely kept with the current page's link. Join linkit network today, and accomplish what you couldn't!
Grundläggande Information om Tillägg
Namn | linkit |
ID | cpchgjdkejolbebbclgjmfpkningomkd |
Officiell webbadress | https://chromewebstore.google.com/detail/linkit/cpchgjdkejolbebbclgjmfpkningomkd |
Beskrivning | Bookmark your idea |
Filstorlek | 437 KB |
Antal Installationer | 354 |
Aktuell Version | 2.1.13 |
Senast Uppdaterad | 2023-04-06 |
Publiceringsdatum | 2020-07-12 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | https://linkit.space |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://linkit.space |
Hjälpsida URL | https://form.typeform.com/to/q4YaXfcM |
Stödda Språk | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "2.1.13", "manifest_version": 2, "description": "__MSG_extension_description__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "d" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128-gray.png", "default_title": "__MSG_extension_browser_action_title__" }, "default_locale": "en", "commands": { "add_note": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "__MSG_extension_context_menu_add_note__" }, "open_home": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "__MSG_extension_context_menu_open_home__" }, "share_link": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "__MSG_extension_context_menu_share_link__" } }, "permissions": [ "tabs", "contextMenus", " |